[Freeciv-Dev] (PR#9767) double government menu in gtk 1.2 client
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=9767 >
> [jdorje - Sun Aug 22 22:51:11 2004]:
>
> Genevieve Gracian wrote:
> > <URL: http://rt.freeciv.org/Ticket/Display.html?id=9767 >
> >
> > Hello,
> >
> > current cvs version:
> > there is a menu "Governemt"
>
> A misspelling that with the i18n code causes the menu to be duplicated.
>
> This only occurrs in the gtk client. Patches welcome.
>
Simple fix.
--
mateusz
Index: menu.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/gui-gtk/menu.c,v
retrieving revision 1.85
diff -u -r1.85 menu.c
--- menu.c 17 Aug 2004 07:25:27 -0000 1.85
+++ menu.c 23 Aug 2004 07:56:34 -0000
@@ -618,7 +618,7 @@
NULL, 0,
"<Tearoff>" },
{ "/" N_("Government") "/" N_("_Tax Rates"), "<shift>t",
government_menu_callback,MENU_GOVERNMENT_TAX_RATE
},
- { "/" N_("Governemt") "/sep1", NULL,
+ { "/" N_("Government") "/sep1", NULL,
NULL, 0,
"<Separator>" },
{ "/" N_("Government") "/" N_("_Find City"), "<shift>f",
government_menu_callback,MENU_GOVERNMENT_FIND_CITY
},
|
|