]> git.lyx.org Git - lyx.git/blobdiff - lib/reLyX/reLyX.in
Treat \\tablenewline as \\newline inside tables
[lyx.git] / lib / reLyX / reLyX.in
index 3ab57baad6f4b1d919696c370f0e2bf4a5f396da..846188a4a2f9dcd7b5685be9dc010899b8cf15bd 100644 (file)
@@ -40,8 +40,8 @@ my $dir = &dirname($name);
 push @maybe_dir, "$dir";
 # case 2: ran make but not make install.
 push @maybe_dir, "$dir/$srcdir";
-# case 3: environment variable LYX_DIR_11x has been set
-if (exists $ENV{LYX_DIR_11x}) { push @maybe_dir, "$ENV{LYX_DIR_11x}/reLyX"};
+# case 3: environment variable LYX_DIR_13x has been set
+if (exists $ENV{LYX_DIR_13x}) { push @maybe_dir, "$ENV{LYX_DIR_13x}/reLyX"};
 # case 4: e.g., reLyX in /opt/bin, $mainscript in /opt/share/lyx/reLyX
 push @maybe_dir, "$dir/../share/$lyxname/reLyX"; # case 4
 # case 5: configure figured out where $mainscript is