mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
fix usals menu
This commit is contained in:
@@ -820,7 +820,7 @@ int CScanSetup::showScanMenuFrontendSetup()
|
|||||||
rotorMenu->addItem(mc);
|
rotorMenu->addItem(mc);
|
||||||
|
|
||||||
CStringInput * toff1 = new CStringInput(LOCALE_EXTRA_LATITUDE, &zapit_lat_str, 10, NONEXISTANT_LOCALE, NONEXISTANT_LOCALE, "0123456789.");
|
CStringInput * toff1 = new CStringInput(LOCALE_EXTRA_LATITUDE, &zapit_lat_str, 10, NONEXISTANT_LOCALE, NONEXISTANT_LOCALE, "0123456789.");
|
||||||
mf = new CMenuDForwarder(LOCALE_EXTRA_LATITUDE, true, zapit_lat, toff1, "", CRCInput::convertDigitToKey(shortcut++));
|
mf = new CMenuDForwarder(LOCALE_EXTRA_LATITUDE, true, zapit_lat_str, toff1, "", CRCInput::convertDigitToKey(shortcut++));
|
||||||
mf->setHint("", LOCALE_MENU_HINT_SCAN_LATITUDE);
|
mf->setHint("", LOCALE_MENU_HINT_SCAN_LATITUDE);
|
||||||
rotorMenu->addItem(mf);
|
rotorMenu->addItem(mf);
|
||||||
|
|
||||||
@@ -829,7 +829,7 @@ int CScanSetup::showScanMenuFrontendSetup()
|
|||||||
rotorMenu->addItem(mc);
|
rotorMenu->addItem(mc);
|
||||||
|
|
||||||
CStringInput * toff2 = new CStringInput(LOCALE_EXTRA_LONGITUDE, &zapit_long_str, 10, NONEXISTANT_LOCALE, NONEXISTANT_LOCALE, "0123456789.");
|
CStringInput * toff2 = new CStringInput(LOCALE_EXTRA_LONGITUDE, &zapit_long_str, 10, NONEXISTANT_LOCALE, NONEXISTANT_LOCALE, "0123456789.");
|
||||||
mf = new CMenuDForwarder(LOCALE_EXTRA_LONGITUDE, true, zapit_long, toff2, "", CRCInput::convertDigitToKey(shortcut++));
|
mf = new CMenuDForwarder(LOCALE_EXTRA_LONGITUDE, true, zapit_long_str, toff2, "", CRCInput::convertDigitToKey(shortcut++));
|
||||||
mf->setHint("", LOCALE_MENU_HINT_SCAN_LONGITUDE);
|
mf->setHint("", LOCALE_MENU_HINT_SCAN_LONGITUDE);
|
||||||
rotorMenu->addItem(mf);
|
rotorMenu->addItem(mf);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user