X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgettext.C;h=1712961c45d324b6f501fd6f92d0133ac0781c16;hb=06f9f0ea08ddcf13e99ea02cff21471aa2020c9e;hp=d8b9b96bc6e47cd3074ed7bab51e068800ce8c8e;hpb=a45afb24a48241fa2dbdb20770eead62796f4214;p=lyx.git diff --git a/src/gettext.C b/src/gettext.C index d8b9b96bc6..1712961c45 100644 --- a/src/gettext.C +++ b/src/gettext.C @@ -1,8 +1,8 @@ /* This file is part of - * ====================================================== - * + * ====================================================== + * * LyX, The Document Processor - * + * * Copyright 1995 Matthias Ettrich * Copyright 1995-2001 The LyX Team. * @@ -16,7 +16,7 @@ #include "LString.h" -#include +#include #ifdef ENABLE_NLS @@ -38,7 +38,7 @@ char const * _(char const * str) } -string const _(string const & str) +string const _(string const & str) { if (!str.empty()) { int const s = str.length(); @@ -65,7 +65,7 @@ void locale_init() void gettext_init(string const & localedir) { - bindtextdomain(PACKAGE, localedir.c_str()); + bindtextdomain(PACKAGE, localedir.c_str()); textdomain(PACKAGE); }