]> git.lyx.org Git - lyx.git/blobdiff - src/gettext.h
Simplify the mechanics of generating the 'inactive' pixmap.
[lyx.git] / src / gettext.h
index daeb9ce5e7a24750f2a3f185ad04d71fb713e411..7cb097af487d089f9b1170f9c0854dfec5e85c6b 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file gettext.h
+ * \file src/gettext.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,6 +13,8 @@
 #ifndef GETTEXT_H
 #define GETTEXT_H
 
+#include <string>
+
 /*
  * Native Language Support
  *
  *   Panic/fatal (that should not happen) messages need not be translated
  */
 
-#include "LString.h"
 
 //#ifdef ENABLE_NLS
 
 ///
-string const _(string const &);
+std::string const _(std::string const &);
 
 //#else // ENABLE_NLS