[Freeciv-Dev] patch: gtk client's locale
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Please merge this patch. Otherwise, Japanese character was breoken.
--
SAWADA Katsuya
Index: gui_main.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/gui-gtk/gui_main.c,v
retrieving revision 1.59
diff -c -r1.59 gui_main.c
*** gui_main.c 2000/04/23 23:28:02 1.59
--- gui_main.c 2000/05/05 06:01:10
***************
*** 564,569 ****
--- 564,572 ----
parse_options(argc, argv);
+ #ifdef ENABLE_NLS
+ gtk_set_locale();
+ #endif
/* GTK withdraw gtk options */
/* Process GTK arguments */
gtk_init(&argc, &argv);
- [Freeciv-Dev] patch: gtk client's locale,
amanatto <=
|
|