Bugfix XBoard menu translation
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 26 Nov 2010 09:48:54 +0000 (10:48 +0100)
committerArun Persaud <arun@nubati.net>
Fri, 3 Dec 2010 07:14:23 +0000 (23:14 -0800)
commit6cd4f34939954bac0c17c4aae88c4f7287f600d8
tree63bc487b6783eecda3b1abf88c1080f5eb0efd97
parentaa57fb93f94bdacfdbe92bf259fa5cc2885802a0
Bugfix XBoard menu translation

The gettext macro N_() was applied to the menu definition tables, but
this would break any translation, as these items are both used as menu
texts as well as reference for enabling and checkmarking. The routines
that create the menus already apply _() dynamically to these items when
they are used as menu texts.
xboard.c