diff --git a/src/ScreenOptionsMasterPrefs.cpp b/src/ScreenOptionsMasterPrefs.cpp index 5495de6f86..347ecf041d 100644 --- a/src/ScreenOptionsMasterPrefs.cpp +++ b/src/ScreenOptionsMasterPrefs.cpp @@ -264,7 +264,7 @@ static void DisplayResolutionChoices( vector &out ) } } -static void Theme( int &sel, bool ToSel, const ConfOption *pConfOption ) +static void RequestedTheme( int &sel, bool ToSel, const ConfOption *pConfOption ) { vector choices; pConfOption->MakeOptionsList( choices ); @@ -653,7 +653,7 @@ static void InitializeConfOptions() // Appearance options ADD( ConfOption( "Language", Language, LanguageChoices ) ); - ADD( ConfOption( "Theme", Theme, ThemeChoices ) ); + ADD( ConfOption( "Theme", RequestedTheme, ThemeChoices ) ); g_ConfOptions.back().m_iEffects = OPT_APPLY_THEME; ADD( ConfOption( "Announcer", Announcer, AnnouncerChoices ) );