diff --git a/src/gui/scan_setup.cpp b/src/gui/scan_setup.cpp index 17598f276..86594cb07 100644 --- a/src/gui/scan_setup.cpp +++ b/src/gui/scan_setup.cpp @@ -368,7 +368,7 @@ int CScanSetup::showScanMenu() //diseqc type ojDiseqcRepeats = new CMenuOptionNumberChooser(LOCALE_SATSETUP_DISEQCREPEAT, (int *)&scansettings.diseqcRepeat, (dmode != NO_DISEQC) && (dmode != DISEQC_ADVANCED), 0, 2, NULL); - satNotify->addItem(1, ojDiseqcRepeats); + satNotify->addItem(2, ojDiseqcRepeats); //-------------------------------------------------------------- //add diseqc items settings->addItem(ojDiseqc);