]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.C
Fix bug 886 and others not reported related with the document paper size.
[lyx.git] / src / lyx_main.C
index 8ecd3edabcd2bc96957d47e7f10d99854d7faff2..8aa2c42ef94285219512934a5fbc32b0914ae091 100644 (file)
@@ -482,7 +482,7 @@ void LyX::init(bool gui)
 
 #if !defined (USE_POSIX_PACKAGING)
        // Add the directory containing the LyX executable to the path
-       // so that LyX can find things like reLyX.
+       // so that LyX can find things like tex2lyx.
        if (package().build_support().empty())
                prependEnvPath("PATH", package().binary_dir());
 #endif