Renamed stkgui so that .cpp and .stkgui file names are identical.

This commit is contained in:
hiker 2015-10-07 08:11:57 +11:00
parent 6318e8c8f8
commit ccf8fd4e68
2 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ DEFINE_SCREEN_SINGLETON( OnlineScreen );
// ----------------------------------------------------------------------------
OnlineScreen::OnlineScreen() : Screen("online/main.stkgui")
OnlineScreen::OnlineScreen() : Screen("online/online_screen.stkgui")
{
m_recorded_state = PlayerProfile::OS_SIGNED_OUT;
} // OnlineScreen