]> git.lyx.org Git - lyx.git/blobdiff - src/gettext.h
LFUN_UNICODE_INSERT - unicode-insert
[lyx.git] / src / gettext.h
index 7cb097af487d089f9b1170f9c0854dfec5e85c6b..724d6e4ea0fb9b2d371c4cbef176e22317b2d0e0 100644 (file)
 #ifndef GETTEXT_H
 #define GETTEXT_H
 
+#include "support/docstring.h"
+
 #include <string>
 
+
+namespace lyx {
+
 /*
  * Native Language Support
  *
@@ -47,7 +52,7 @@
 //#ifdef ENABLE_NLS
 
 ///
-std::string const _(std::string const &);
+docstring const _(std::string const &);
 
 //#else // ENABLE_NLS
 
@@ -61,4 +66,7 @@ std::string const _(std::string const &);
 ///
 void locale_init();
 
+
+} // namespace lyx
+
 #endif