Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2006:
[Freeciv-Dev] Re: (PR#19755) Renaming CMA -> City Governor not complete
Home

[Freeciv-Dev] Re: (PR#19755) Renaming CMA -> City Governor not complete

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: chrisk@xxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#19755) Renaming CMA -> City Governor not complete
From: "Jason Dorje Short" <jdorje@xxxxxxxxx>
Date: Tue, 22 Aug 2006 23:25:31 -0700
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=19755 >

Guest wrote:
> <URL: http://bugs.freeciv.org/Ticket/Display.html?id=19755 >
> 
> Hi,
> 
> Here's the patch;  internally it's still called CMA such as
> IDM_HELP_CMA but I didn't touch them.  Only messages are changed.

The patch is a good start but there's some problems.  In menus the _ 
underline usually means the shortcut (accelerator) key for that entry. 
but for the GTK2 help menu you have changed the accelerator from M to G. 
  This is a problem because G is already used.

-  { "/" N_("Help") "/" N_("Citizen _Management"), 
NULL,
+  { "/" N_("Help") "/" N_("Citizen _Governor"), 
NULL,

For other clients besides the gtk2 one it's worse since I can't even 
tell if the changes will break anything.

-jason





[Prev in Thread] Current Thread [Next in Thread]