]> git.lyx.org Git - lyx.git/blobdiff - src/gettext.h
LFUN_UNICODE_INSERT - unicode-insert
[lyx.git] / src / gettext.h
index eaddb3253afee452a0599b106a639baa75807664..724d6e4ea0fb9b2d371c4cbef176e22317b2d0e0 100644 (file)
@@ -17,6 +17,9 @@
 
 #include <string>
 
+
+namespace lyx {
+
 /*
  * Native Language Support
  *
@@ -49,7 +52,7 @@
 //#ifdef ENABLE_NLS
 
 ///
-lyx::docstring const _(std::string const &);
+docstring const _(std::string const &);
 
 //#else // ENABLE_NLS
 
@@ -63,4 +66,7 @@ lyx::docstring const _(std::string const &);
 ///
 void locale_init();
 
+
+} // namespace lyx
+
 #endif