fix getext problem with --disable-nls

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2100 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2001-06-08 13:34:41 +00:00
parent aed56febf6
commit 5cc00f4bcd
3 changed files with 7 additions and 2 deletions

View File

@ -64,6 +64,7 @@ extern int greek_kb_flag;
using std::vector;
using std::find_if;
using std::find;
using std::pair;
using std::endl;
using std::make_pair;

View File

@ -1,3 +1,7 @@
2001-06-07 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* gettext.h: include LString.h even when --disable-nls is on.
2001-06-07 Juergen Vigna <jug@sad.it>
* text.C (BreakAgain): subst spaces with tabs.

View File

@ -30,10 +30,10 @@
* Panic/fatal (that should not happen) messages need not be translated
*/
#ifdef ENABLE_NLS
#include "LString.h"
#ifdef ENABLE_NLS
///
char const * _(char const *);
///