mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
unify headers in miscsetting's submenus
Origin commit data
------------------
Commit: f19d288e71
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-12 (Tue, 12 Sep 2017)
Origin message was:
------------------
- unify headers in miscsetting's submenus
This commit is contained in:
@@ -147,8 +147,8 @@ int CInfoIconsSetup::menu()
|
||||
int shortcut_delflag = 0;
|
||||
int shortcut_flagname = 0;
|
||||
|
||||
CMenuWidget* infoiconsMenu = new CMenuWidget(LOCALE_INFOICONS_HEAD, NEUTRINO_ICON_SETTINGS, width, MN_WIDGET_ID_INFOICONS);
|
||||
infoiconsMenu->addIntroItems();
|
||||
CMenuWidget* infoiconsMenu = new CMenuWidget(LOCALE_MISCSETTINGS_HEAD, NEUTRINO_ICON_SETTINGS, width, MN_WIDGET_ID_INFOICONS);
|
||||
infoiconsMenu->addIntroItems(LOCALE_INFOICONS_HEAD);
|
||||
|
||||
//FIXME if Iconbar is active, set selected from LOCALE_INFOICONS_SKIN to LOCALE_INFOICONS_MODEICON
|
||||
if(g_settings.mode_icons && (infoiconsMenu->getSelected() == 4))
|
||||
|
Reference in New Issue
Block a user