]> git.lyx.org Git - lyx.git/blobdiff - src/support/Package.cpp
Fix layout bug. Pasting text into a cell tried to set Standard layout, because
[lyx.git] / src / support / Package.cpp
index eccd3e7ef8abec5a57961d058fbe91720c0396ef..7cd1fe099e96627be5e713a6ebb819fedf516197 100644 (file)
@@ -556,10 +556,10 @@ get_system_support_dir(FileName const & abs_binary,
                                "having searched\n"
                                "\t%1$s\n"
                                "Use the '-sysdir' command line parameter or "
-                               "set the environment variable " LYX_DIR_VER " "
+                               "set the environment variable\n%2$s "
                                "to the LyX system directory containing the "
                                "file `chkconfig.ltx'."),
-                         from_utf8(searched_dirs_str)));
+                         from_utf8(searched_dirs_str), from_ascii(LYX_DIR_VER)));
 
        // Keep the compiler happy.
        return FileName();