[Freeciv-Dev] (PR#11197) icon background color confused
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=11197 >
Here is a fix for S2_0.
Index: client/gui-gtk-2.0/gui_main.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/gui-gtk-2.0/gui_main.c,v
retrieving revision 1.81.2.12
diff -u -r1.81.2.12 gui_main.c
--- client/gui-gtk-2.0/gui_main.c 1 Dec 2004 22:14:52 -0000
1.81.2.12
+++ client/gui-gtk-2.0/gui_main.c 2 Dec 2004 02:06:03 -0000
@@ -140,7 +140,8 @@
GEN_BOOL_OPTION(show_task_icons, N_("Show worklist task icons")),
GEN_BOOL_OPTION(fullscreen_mode, N_("Fullscreen Mode")),
GEN_BOOL_OPTION(enable_tabs, N_("Enable status report tabs")),
- GEN_BOOL_OPTION(solid_unit_icon_bg, N_("Solid unit icon background color"))
+ GEN_BOOL_OPTION(solid_unit_icon_bg,
+ N_("Solid unit icon background color in city dialog"))
};
const int num_gui_options = ARRAY_SIZE(gui_options);
- [Freeciv-Dev] (PR#11197) icon background color confused,
Jason Short <=
|
|