mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- adapt ShowMsg handling from martii's neutrino-mp
This commit is contained in:
@@ -180,7 +180,7 @@ int CThemes::Show()
|
||||
}
|
||||
|
||||
if (hasThemeChanged) {
|
||||
if (ShowLocalizedMessage(LOCALE_MESSAGEBOX_INFO, LOCALE_COLORTHEMEMENU_QUESTION, CMessageBox::mbrYes, CMessageBox::mbYes | CMessageBox::mbNo, NEUTRINO_ICON_SETTINGS) != CMessageBox::mbrYes)
|
||||
if (ShowMsg(LOCALE_MESSAGEBOX_INFO, LOCALE_COLORTHEMEMENU_QUESTION, CMessageBox::mbrYes, CMessageBox::mbYes | CMessageBox::mbNo, NEUTRINO_ICON_SETTINGS) != CMessageBox::mbrYes)
|
||||
rememberOldTheme( false );
|
||||
else
|
||||
hasThemeChanged = false;
|
||||
|
Reference in New Issue
Block a user