- quadpip-setup: rename menu widget id name

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-10-21 22:35:06 +02:00
committed by Thilo Graf
parent 4ded473908
commit e4c2dd39b5
2 changed files with 3 additions and 3 deletions

View File

@@ -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);