]> git.lyx.org Git - lyx.git/blobdiff - src/ModuleList.cpp
GuiBox.cpp: fix this issue: horizontal box alignment is only possible without inner...
[lyx.git] / src / ModuleList.cpp
index 85066a899e850d3596a2eabe86aacb97ab306d24..d1d4ddedc9c2654c2083c9532d8b9c554a53d567 100644 (file)
@@ -120,7 +120,7 @@ bool ModuleList::read()
 
        if (real_file.empty()) {
                LYXERR0("unable to find modules file  `"
-                       << to_utf8(makeDisplayPath(real_file.absFilename(), 1000))
+                       << to_utf8(makeDisplayPath(real_file.absFileName(), 1000))
                        << "'.\nNo modules will be available.");
                return false;
        }
@@ -134,7 +134,7 @@ bool ModuleList::read()
 
        if (!lex.isOK()) {
                LYXERR0("unable to open modules file  `"
-                       << to_utf8(makeDisplayPath(real_file.absFilename(), 1000))
+                       << to_utf8(makeDisplayPath(real_file.absFileName(), 1000))
                        << "'\nNo modules will be available.");
                return false;
        }