mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- quadpip-setup: rename menu widget id name
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -90,7 +90,7 @@ int CQuadPiPSetup::exec(CMenuTarget *parent, const std::string &/*actionKey*/)
|
||||
/*shows the QuadPiP setup menue*/
|
||||
int CQuadPiPSetup::showQuadPiPSetup()
|
||||
{
|
||||
CMenuWidget *quadpipsetup = new CMenuWidget(LOCALE_QUADPIP, NEUTRINO_ICON_SETTINGS, (int) w_max (35, 15), MN_WIDGET_ID_MENU_QUADPIP);
|
||||
CMenuWidget *quadpipsetup = new CMenuWidget(LOCALE_QUADPIP, NEUTRINO_ICON_SETTINGS, (int) w_max (35, 15), MN_WIDGET_ID_QUADPIP);
|
||||
|
||||
// menu head
|
||||
quadpipsetup->addItem(GenericMenuSeparator);
|
||||
|
@@ -209,9 +209,9 @@ enum MN_WIDGET_ID
|
||||
MN_WIDGET_ID_GLCD_THEME_SETTINGS,
|
||||
MN_WIDGET_ID_GLCD_THEME_POSITION_SETTINGS,
|
||||
|
||||
#if ENABLE_PIP && ENABLE_QUADPIP
|
||||
#if ENABLE_QUADPIP
|
||||
//quadpip
|
||||
MN_WIDGET_ID_MENU_QUADPIP,
|
||||
MN_WIDGET_ID_QUADPIP,
|
||||
#endif
|
||||
|
||||
MN_WIDGET_ID_MAX
|
||||
|
Reference in New Issue
Block a user