change loading window text before saving Catalog.xml, since it might take
awhile if the user has many songs and courses.
This commit is contained in:
@@ -99,6 +99,8 @@ void SongManager::InitAll( LoadingWindow *ld )
|
||||
InitSongsFromDisk( ld );
|
||||
InitCoursesFromDisk( ld );
|
||||
InitAutogenCourses();
|
||||
if( ld )
|
||||
ld->SetText( "Saving Catalog.xml ..." );
|
||||
SaveCatalogXml( DATA_DIR );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user