bug-xboard
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-XBoard] [bug #34991] Load engine doesn't work in localized xboard


From: Byrial Jensen
Subject: [Bug-XBoard] [bug #34991] Load engine doesn't work in localized xboard
Date: Tue, 13 Dec 2011 13:20:05 +0000
User-agent: Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:8.0) Gecko/20100101 Firefox/8.0

Follow-up Comment #5, bug #34991 (project xboard):

You cannot just remove gettext calls from the combo code.

They are also used for combo boxes where translation is needed (search mode in
Load options, the sound names in sounds options, load as first or second
engine in Load engine)

I see 3 ways to fix this:
1) Create arrays of the translated messages for these combo boxes in advance,
2) Have a flag in struct Option to indicate if gettext should be called (or
reuse one of the variables otherwise not used for ComboBox options for this)
3) Have two Combobox values in enum Control: ComboBox and
ComboBoxWithNoTranslation


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34991>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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