]> git.lyx.org Git - lyx.git/blobdiff - src/gettext.h
Alfredo's second patch
[lyx.git] / src / gettext.h
index 002d2bc563e818a58e51eb2394e452fd58fa5548..7295c7dc337238b8ede2c13476a7bf095bb4072e 100644 (file)
 
 #include "LString.h"
 
-#ifdef ENABLE_NLS
+//#ifdef ENABLE_NLS
 
 ///
 char const * _(char const *);
 ///
 string const _(string const &);
 
-#else // ENABLE_NLS
+//#else // ENABLE_NLS
 
 ///
-#  define _(str) (str)
-///
-#  define S_(str) (str)
+//#  define _(str) (str)
 
-#endif
+//#endif
 
 #  define N_(str) (str)              // for detecting static strings
 
 ///
 void locale_init();
-///
-void gettext_init(string const & localedir);
 
 #endif