Re: Xaw translations without GTK equivalents

Joshua Pettus <[email protected]> Fri, 18 Mar 2016 17:26:55 -0400
Newsgroups gmane.comp.gnu.xboard.devel
Message-ID <[email protected]>
Sorry I really overstated the problem
Turns out it is just 
gtk/xoptions.c has the string 
“Browse” @ line 1455 which isn’t translated
can we add it?

Unfortunately it’s different from xaw/xoptions.c’s
“browse” string as I assume is case sensitive.

Josh


> On Mar 18, 2016, at 5:17 PM, Joshua Pettus <[email protected]> wrote:
> 
> Dang, I forgot to remind everyone.  There are still several xaw/xoptions.c translations that do not have gtk/xoptions.c equivalents.
> 
> Strings are:
> White pixel = 0x%lx, black pixel = 0x%lx\n”
> browse
> Ctrl
> Alt
> Shift
> 
> Is there anything we can do about it?  In theory they don’t need re-translations, just a line pointing to the correct line of code in the gtk equivalent. Right?
> 
> Josh