mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
guard with ENABLE_NLS
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1105 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
85ddc48c4c
commit
efa42293bc
@ -3,6 +3,7 @@
|
||||
#include "LString.h"
|
||||
#include "gettext.h"
|
||||
|
||||
#ifdef ENABLE_NLS
|
||||
|
||||
char const * _(char const * str)
|
||||
{
|
||||
@ -20,3 +21,5 @@ string const _(string const & str)
|
||||
delete [] tmp;
|
||||
return ret;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user