Skip to content

Commit

Permalink
update loading window text before recalculating ssrs to indicate what…
Browse files Browse the repository at this point in the history
… is happening
  • Loading branch information
MinaciousGrace committed May 29, 2017
1 parent f215a54 commit 91882c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SongManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ void SongManager::InitAll( LoadingWindow *ld )
m_GroupsToNeverCache.insert(*group);
}
InitSongsFromDisk( ld );
ld->SetText("Updating SSR Calculations for Scores...");
}

static LocalizedString RELOADING ( "SongManager", "Reloading..." );
Expand Down

0 comments on commit 91882c6

Please sign in to comment.