fix build without nls
This commit is contained in:
parent
0861f3a907
commit
70a834f80c
1 changed files with 2 additions and 2 deletions
|
@ -79,10 +79,10 @@ void catclose(nl_catd cat);
|
|||
|
||||
#define _FB_USES_NLS
|
||||
#define _FBTEXT(msgset, msgid, default_text, description) \
|
||||
default_text
|
||||
std::string(default_text)
|
||||
|
||||
#define _FBTKTEXT(msgset, msgid, default_text, description) \
|
||||
default_text
|
||||
std::string(default_text)
|
||||
|
||||
#endif // defined NLS
|
||||
|
||||
|
|
Loading…
Reference in a new issue