Renamed IGNORE macro to FOR_GETTEXT_ONLY since IGNORE is
already defined in winbase.h. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8583 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
4a02b9258d
commit
d0f4c8917a
@ -892,11 +892,11 @@ void KartSelectionScreen::beforeAddingWidget()
|
||||
} // for n<group_amount
|
||||
|
||||
// Make group names being picked up by gettext
|
||||
#define IGNORE(x)
|
||||
#define FOR_GETTEXT_ONLY(x)
|
||||
//I18N: kart group name
|
||||
IGNORE( _("standard") )
|
||||
FOR_GETTEXT_ONLY( _("standard") )
|
||||
//I18N: kart group name
|
||||
IGNORE( _("Add-Ons") )
|
||||
FOR_GETTEXT_ONLY( _("Add-Ons") )
|
||||
|
||||
// add others after
|
||||
for (int n=0; n<group_amount; n++)
|
||||
|
@ -70,11 +70,11 @@ void TracksScreen::loadedFromFile()
|
||||
}
|
||||
|
||||
// Make group names being picked up by gettext
|
||||
#define IGNORE(x)
|
||||
#define FOR_GETTEXT_ONLY(x)
|
||||
//I18N: kart group name
|
||||
IGNORE( _("standard") )
|
||||
FOR_GETTEXT_ONLY( _("standard") )
|
||||
//I18N: kart group name
|
||||
IGNORE( _("Add-Ons") )
|
||||
FOR_GETTEXT_ONLY( _("Add-Ons") )
|
||||
|
||||
// add others after
|
||||
for (int n=0; n<group_amount; n++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user