Fix translation of dialog texts GTK
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 1 Apr 2016 08:28:22 +0000 (10:28 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 1 Apr 2016 08:28:22 +0000 (10:28 +0200)
commit3f60a3f82c6b793b7364508784fe0b68a2d0a05f
tree3a159ba3095b0a2d65b74d804073afa6fede9fcf
parent711d00943c8dc11eb3dede32695182defbb96c1f
Fix translation of dialog texts GTK

When using the Option names during the creation of GTK widgets,
the gettext macro _() was not applied to them, so they remained
untranslated even though they were marked with N_() in the Option
tables.
gtk/xoptions.c