X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fclient%2FMessages.cpp;h=9f54bc73ed08d2c6b5d33cac65d61f618c028cd9;hb=ab8a290040dc28f39ebb230ab4b8a43467df0906;hp=e6758fb5851e28d713e3b3d4db9be98e360eecdf;hpb=9abb7db46800e554f57e865a3e768602ffd9d6f1;p=lyx.git diff --git a/src/client/Messages.cpp b/src/client/Messages.cpp index e6758fb585..9f54bc73ed 100644 --- a/src/client/Messages.cpp +++ b/src/client/Messages.cpp @@ -2,7 +2,7 @@ * 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 * * Full author contact details are available in file CREDITS. */ @@ -77,7 +77,7 @@ private: # if HAVE_GETTEXT # include // use the header already in the system *EK* # else -# include "../intl/libintl.h" +# include "intl/libintl.h" # endif // This is a more traditional variant. @@ -115,7 +115,7 @@ public: LYXERR(Debug::DEBUG, "Messages::get()" << '\n' << "Error code: " << errno << '\n' << "Lang, mess: " << lang_ << " " << m << '\n' - << "Directory : " << package().locale_dir().absFilename() << '\n' + << "Directory : " << package().locale_dir().absFileName() << '\n' << "Rtn value : " << c); }