]> git.lyx.org Git - lyx.git/blobdiff - src/gettext.h
Fix breakage caused by bad commits.
[lyx.git] / src / gettext.h
index 7295c7dc337238b8ede2c13476a7bf095bb4072e..eaddb3253afee452a0599b106a639baa75807664 100644 (file)
@@ -1,6 +1,21 @@
 // -*- C++ -*-
-#ifndef _GETTEXT_H_
-#define _GETTEXT_H_
+/**
+ * \file src/gettext.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
+#ifndef GETTEXT_H
+#define GETTEXT_H
+
+#include "support/docstring.h"
+
+#include <string>
 
 /*
  * Native Language Support
  *   Panic/fatal (that should not happen) messages need not be translated
  */
 
-#include "LString.h"
 
 //#ifdef ENABLE_NLS
 
 ///
-char const * _(char const *);
-///
-string const _(string const &);
+lyx::docstring const _(std::string const &);
 
 //#else // ENABLE_NLS