X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgettext.h;h=7cb097af487d089f9b1170f9c0854dfec5e85c6b;hb=78046794ccfce3a20751e00b35295c290853afd6;hp=d1413cac82eb4a34af025e585b4bdfff4753801f;hpb=454b434d7a141fb2ab7de468a550066f492d5045;p=lyx.git diff --git a/src/gettext.h b/src/gettext.h index d1413cac82..7cb097af48 100644 --- a/src/gettext.h +++ b/src/gettext.h @@ -1,17 +1,20 @@ // -*- 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. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ + #ifndef GETTEXT_H #define GETTEXT_H +#include + /* * Native Language Support * @@ -40,12 +43,11 @@ * 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