Add NO_GETTEXT flag for combobox. Fix bug #34991
authorByrial Jensen <byrial@vip.cybercity.dk>
Thu, 15 Dec 2011 01:51:36 +0000 (02:51 +0100)
committerByrial Jensen <byrial@vip.cybercity.dk>
Thu, 15 Dec 2011 01:51:36 +0000 (02:51 +0100)
commit53bd2925219894cab67bb12733077e58ff386dc3
treeef3da55cd9940427acd48c6b3dc33995480e7572
parent3ad2b4a48d9a236b21d3029c9d8bfba7c2a24308
Add NO_GETTEXT flag for combobox. Fix bug #34991

Define NO_GETTEXT flag to avoid calling gettext() for comboboxes, and define COMBO_CALLBACK
flag to call comboCallback() when an item is selected in a combobox (no new code for this,
just a symbolic value instead of a number). The flags are used for the min field of struct Option.
NO_GETTEXT is used for the Select engine combobixes in the Match Options and Load engine windows.
backend.h
xoptions.c