Switches color gradients on/off

This commit is contained in:
M. Liebmann
2014-09-20 21:35:26 +02:00
committed by [CST] Focus
parent 58224099fd
commit c7908c87f4
5 changed files with 17 additions and 0 deletions

View File

@@ -296,6 +296,7 @@ typedef enum
LOCALE_CLOCK_SIZE_HEIGHT,
LOCALE_CLOCK_SWITCH_OFF,
LOCALE_CLOCK_SWITCH_ON,
LOCALE_COLOR_GRADIENT,
LOCALE_COLORCHOOSER_ALPHA,
LOCALE_COLORCHOOSER_BLUE,
LOCALE_COLORCHOOSER_GREEN,
@@ -952,6 +953,7 @@ typedef enum
LOCALE_MENU_HINT_CLOCK_SECONDS,
LOCALE_MENU_HINT_CLOCK_SIZE,
LOCALE_MENU_HINT_CLOCK_TEXTCOLOR,
LOCALE_MENU_HINT_COLOR_GRADIENT,
LOCALE_MENU_HINT_COLORS,
LOCALE_MENU_HINT_CONTENT_BACK,
LOCALE_MENU_HINT_CONTENT_TEXTCOLOR,

View File

@@ -296,6 +296,7 @@ const char * locale_real_names[] =
"clock_size_height",
"clock_switch_off",
"clock_switch_on",
"color.gradient",
"colorchooser.alpha",
"colorchooser.blue",
"colorchooser.green",
@@ -952,6 +953,7 @@ const char * locale_real_names[] =
"menu.hint_clock_seconds",
"menu.hint_clock_size",
"menu.hint_clock_textcolor",
"menu.hint_color_gradient",
"menu.hint_colors",
"menu.hint_content_back",
"menu.hint_content_textcolor",