]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtextclasslist.C
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / lyxtextclasslist.C
index 11e08c08831c316848d8782a691cb155c6cc49c1..8c23fd2dc22450608c7659bb73cac146d043412e 100644 (file)
@@ -104,7 +104,7 @@ bool LyXTextClassList::read()
 
        if (real_file.empty()) {
                lyxerr << "LyXTextClassList::Read: unable to find "
-                       "textclass file  `" << makeDisplayPath(real_file, 1000)
+                       "textclass file  `" << lyx::to_utf8(makeDisplayPath(real_file, 1000))
                       << "'. Exiting." << endl;
                return false;
                // This causes LyX to end... Not a desirable behaviour. Lgb
@@ -122,7 +122,7 @@ bool LyXTextClassList::read()
 
        if (!lex.isOK()) {
                lyxerr << "LyXTextClassList::Read: unable to open "
-                       "textclass file  `" << makeDisplayPath(real_file, 1000)
+                       "textclass file  `" << lyx::to_utf8(makeDisplayPath(real_file, 1000))
                       << "'\nCheck your installation. LyX can't continue."
                       << endl;
                return false;