move localized string to separate file

This commit is contained in:
Chris Danford
2005-12-22 03:10:04 +00:00
parent c0d9825704
commit 74749a19bb
36 changed files with 212 additions and 77 deletions
+1 -1
View File
@@ -34,6 +34,7 @@
#include "Profile.h"
#include "CourseLoaderCRS.h"
#include "TitleSubstitution.h"
#include "LocalizedString.h"
SongManager* SONGMAN = NULL; // global and accessable from anywhere in our program
@@ -104,7 +105,6 @@ void SongManager::InitSongsFromDisk( LoadingWindow *ld )
static LocalizedString FOLDER_CONTAINS_MUSIC_FILES( "SongManager", "The folder '%s' appears to be a song folder. All song folders must reside in a group folder. For example, 'Songs/Originals/My Song'." );
void SongManager::SanityCheckGroupDir( CString sDir ) const
{
// Check to see if they put a song directly inside the group folder.