[gnome-commander] Renames new color scheme from 'Simple' to 'Winter'
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Renames new color scheme from 'Simple' to 'Winter'
- Date: Mon, 9 May 2016 05:04:00 +0000 (UTC)
commit 52370e8b70a51d20eba66c0f567ce680b3ec8d8f
Author: Uwe Scholz <uwescholz src gnome org>
Date: Mon May 9 07:03:46 2016 +0200
Renames new color scheme from 'Simple' to 'Winter'
NEWS | 2 +-
doc/C/releases.xml | 2 +-
src/dialogs/gnome-cmd-options-dialog.cc | 2 +-
src/gnome-cmd-data.cc | 18 +++++++++---------
src/gnome-cmd-types.h | 2 +-
5 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2d215af..4331aff 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ New features:
* Button 'Edit files' accepts more than one selected file at the same time
* Device buttons and device list entries act as 'home buttons' for that device when it is already active
* Started usage of google test framework for unit tests
- * New color theme 'Simple'
+ * New color theme 'Winter'
* Code cleanup
New or updated translations:
...
diff --git a/doc/C/releases.xml b/doc/C/releases.xml
index 5279814..2fd7a94 100644
--- a/doc/C/releases.xml
+++ b/doc/C/releases.xml
@@ -59,7 +59,7 @@
<para>Started usage of google test framework for unit tests</para>
</listitem>
<listitem>
- <para>New color theme 'Simple'</para>
+ <para>New color theme 'Winter'</para>
</listitem>
<listitem>
<para>Code cleanup</para>
diff --git a/src/dialogs/gnome-cmd-options-dialog.cc b/src/dialogs/gnome-cmd-options-dialog.cc
index 423e08d..7c061fa 100644
--- a/src/dialogs/gnome-cmd-options-dialog.cc
+++ b/src/dialogs/gnome-cmd-options-dialog.cc
@@ -709,7 +709,7 @@ inline GtkWidget *create_layout_tab (GtkWidget *parent, GnomeCmdData::Options &c
_("Deep blue"),
_("Cafezinho"),
_("Green tiger"),
- _("Simple"),
+ _("Winter"),
_("Custom"),
NULL
};
diff --git a/src/gnome-cmd-data.cc b/src/gnome-cmd-data.cc
index 643bc19..12b4fc7 100644
--- a/src/gnome-cmd-data.cc
+++ b/src/gnome-cmd-data.cc
@@ -1411,15 +1411,15 @@ void GnomeCmdData::load()
options.color_themes[GNOME_CMD_COLOR_GREEN_TIGER].curs_fg = gdk_color_new (0,0,0);
options.color_themes[GNOME_CMD_COLOR_GREEN_TIGER].curs_bg = gdk_color_new (0xaaaa,0xaaaa,0xaaaa);
- options.color_themes[GNOME_CMD_COLOR_SIMPLE].respect_theme = FALSE;
- options.color_themes[GNOME_CMD_COLOR_SIMPLE].norm_fg = gdk_color_new (0,0,0);
- options.color_themes[GNOME_CMD_COLOR_SIMPLE].norm_bg = gdk_color_new (0xffff,0xffff,0xffff);
- options.color_themes[GNOME_CMD_COLOR_SIMPLE].alt_fg = gdk_color_new (0,0,0);
- options.color_themes[GNOME_CMD_COLOR_SIMPLE].alt_bg = gdk_color_new (0xf0f0, 0xf0f0, 0xf0f0);
- options.color_themes[GNOME_CMD_COLOR_SIMPLE].sel_fg = gdk_color_new (0,0,0xffff);
- options.color_themes[GNOME_CMD_COLOR_SIMPLE].sel_bg = gdk_color_new (0xc8c8,0xc8c8,0xc8c8);
- options.color_themes[GNOME_CMD_COLOR_SIMPLE].curs_fg = gdk_color_new (0,0,0);
- options.color_themes[GNOME_CMD_COLOR_SIMPLE].curs_bg = gdk_color_new (0,0xffff,0xffff);
+ options.color_themes[GNOME_CMD_COLOR_WINTER].respect_theme = FALSE;
+ options.color_themes[GNOME_CMD_COLOR_WINTER].norm_fg = gdk_color_new (0,0,0);
+ options.color_themes[GNOME_CMD_COLOR_WINTER].norm_bg = gdk_color_new (0xffff,0xffff,0xffff);
+ options.color_themes[GNOME_CMD_COLOR_WINTER].alt_fg = gdk_color_new (0,0,0);
+ options.color_themes[GNOME_CMD_COLOR_WINTER].alt_bg = gdk_color_new (0xf0f0, 0xf0f0, 0xf0f0);
+ options.color_themes[GNOME_CMD_COLOR_WINTER].sel_fg = gdk_color_new (0,0,0xffff);
+ options.color_themes[GNOME_CMD_COLOR_WINTER].sel_bg = gdk_color_new (0xc8c8,0xc8c8,0xc8c8);
+ options.color_themes[GNOME_CMD_COLOR_WINTER].curs_fg = gdk_color_new (0,0,0);
+ options.color_themes[GNOME_CMD_COLOR_WINTER].curs_bg = gdk_color_new (0,0xffff,0xffff);
options.color_themes[GNOME_CMD_COLOR_NONE].respect_theme = TRUE;
options.color_themes[GNOME_CMD_COLOR_NONE].norm_fg = NULL;
diff --git a/src/gnome-cmd-types.h b/src/gnome-cmd-types.h
index 996cb3a..edcfe4c 100644
--- a/src/gnome-cmd-types.h
+++ b/src/gnome-cmd-types.h
@@ -74,7 +74,7 @@ enum GnomeCmdColorMode
GNOME_CMD_COLOR_DEEP_BLUE,
GNOME_CMD_COLOR_CAFEZINHO,
GNOME_CMD_COLOR_GREEN_TIGER,
- GNOME_CMD_COLOR_SIMPLE,
+ GNOME_CMD_COLOR_WINTER,
GNOME_CMD_COLOR_CUSTOM,
GNOME_CMD_NUM_COLOR_MODES
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]