mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
glcdsetup: localize clock options
Origin commit data
------------------
Commit: e2b7af2b1b
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-14 (Sun, 14 Jun 2020)
Origin message was:
------------------
- glcdsetup: localize clock options
This commit is contained in:
@@ -221,10 +221,10 @@ bool GLCD_Menu::changeNotify (const neutrino_locale_t OptionName, void *Data)
|
||||
|
||||
#define ONOFFSEC_OPTION_COUNT 3
|
||||
static const CMenuOptionChooser::keyval ONOFFSEC_OPTIONS[ONOFFSEC_OPTION_COUNT] = {
|
||||
{ 0, LOCALE_OPTIONS_OFF },
|
||||
{ 1, LOCALE_OPTIONS_ON },
|
||||
// { 2, LOCALE_CLOCK_SECONDS },
|
||||
{ 3, LOCALE_OPTIONS_ON } // FIXME
|
||||
{ nGLCD::CLOCK_OFF, LOCALE_OPTIONS_OFF },
|
||||
{ nGLCD::CLOCK_DIGITAL_HM, LOCALE_GLCD_CLOCK_DIGITAL_HM },
|
||||
// { nGLCD::CLOCK_DIGITAL_HMS, LOCALE_GLCD_CLOCK_DIGITAL_HMS },
|
||||
{ nGLCD::CLOCK_ANALOG, LOCALE_GLCD_CLOCK_ANALOG }
|
||||
};
|
||||
|
||||
void GLCD_Menu::GLCD_Menu_Settings()
|
||||
|
Reference in New Issue
Block a user