]> git.lyx.org Git - lyx.git/blobdiff - src/client/Messages.cpp
Fix the synchronous export functionality
[lyx.git] / src / client / Messages.cpp
index e6758fb5851e28d713e3b3d4db9be98e360eecdf..9f54bc73ed08d2c6b5d33cac65d61f618c028cd9 100644 (file)
@@ -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 <libintl.h>      // 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);
                }