[gnome-commander/gcmd-1-2-8] Build fix
- From: Piotr Eljasiak <epiotr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-commander/gcmd-1-2-8] Build fix
- Date: Tue, 8 Dec 2009 21:22:47 +0000 (UTC)
commit add5d47df49c67a6740e07aae1b79610245cf1b4
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Tue Dec 8 22:13:50 2009 +0100
Build fix
src/gnome-cmd-options-dialog.cc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gnome-cmd-options-dialog.cc b/src/gnome-cmd-options-dialog.cc
index 0dfe4b8..f32c242 100644
--- a/src/gnome-cmd-options-dialog.cc
+++ b/src/gnome-cmd-options-dialog.cc
@@ -432,19 +432,19 @@ static GtkWidget *create_layout_tab (GtkWidget *parent)
GtkWidget *frame, *hbox, *vbox, *cat;
GtkWidget *entry, *spin, *scale, *table, *label, *fpicker, *btn;
GtkWidget *lm_optmenu, *cm_optmenu, *fe_optmenu, *check;
- gchar *ext_modes[] = {
+ const gchar *ext_modes[] = {
_("With file name"),
_("In separate column"),
_("In both columns"),
NULL
};
- gchar *gfx_modes[] = {
+ const gchar *gfx_modes[] = {
_("No icons"),
_("File type icons"),
_("MIME icons"),
NULL
};
- gchar *color_modes[GNOME_CMD_NUM_COLOR_MODES+1] = {
+ const gchar *color_modes[GNOME_CMD_NUM_COLOR_MODES+1] = {
_("Respect theme colors"),
_("Modern"),
_("Fusion"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]