]> git.lyx.org Git - features.git/commitdiff
fix getext problem with --disable-nls
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 8 Jun 2001 13:34:41 +0000 (13:34 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 8 Jun 2001 13:34:41 +0000 (13:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2100 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView_pimpl.C
src/ChangeLog
src/gettext.h

index 3936760163770f64855862a644fd7f3dc4daeb67..49aca6c6ab76e0df0a8f8f61d96c2fd927bee97b 100644 (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;
index 116c3b65b899c2f7187b5757c938ea1230cb5536..31408ed78a8889bcc5a83ed17ba6c90c8cc7d6e1 100644 (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.
index 08342634ece6b3b96a0c8608e7cc107743a45307..002d2bc563e818a58e51eb2394e452fd58fa5548 100644 (file)
  *   Panic/fatal (that should not happen) messages need not be translated
  */
 
-#ifdef ENABLE_NLS
-
 #include "LString.h"
 
+#ifdef ENABLE_NLS
+
 ///
 char const * _(char const *);
 ///