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:
Thad Ward
2004-05-31 19:32:18 +00:00
parent 1d09179d87
commit 6202d1baf3
+2
View File
@@ -99,6 +99,8 @@ void SongManager::InitAll( LoadingWindow *ld )
InitSongsFromDisk( ld );
InitCoursesFromDisk( ld );
InitAutogenCourses();
if( ld )
ld->SetText( "Saving Catalog.xml ..." );
SaveCatalogXml( DATA_DIR );
}