]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.C
Two fixes involving RtL text drawing
[lyx.git] / src / lyx_main.C
index 9a42be6b3faac2c7001fe555b562a261ab592839..4729678c0cbf294510b722f2ad761c2aa5ed9648 100644 (file)
@@ -87,7 +87,7 @@ using std::system;
 #endif
 
 
-extern void QuitLyX();
+extern void QuitLyX(bool);
 
 extern LyXServer * lyxserver;
 
@@ -271,7 +271,7 @@ void LyX::priv_exec(int & argc, char * argv[])
                if (last_loaded) {
                        bool success = false;
                        if (last_loaded->dispatch(batch_command, &success)) {
-                               QuitLyX();
+                               QuitLyX(false);
                                exit(!success);
                        }
                }
@@ -282,7 +282,7 @@ void LyX::priv_exec(int & argc, char * argv[])
                lyx_gui::start(batch_command, files);
        else {
                // Something went wrong above
-               QuitLyX();
+               QuitLyX(false);
                exit(EXIT_FAILURE);
        }
 }
@@ -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
@@ -641,7 +641,7 @@ bool LyX::queryUserLyXDir(bool explicit_userdir)
        // to create it. If the user says "no", then exit.
        if (explicit_userdir &&
            Alert::prompt(
-                   _("Missing LyX support directory"),
+                   _("Missing user LyX directory"),
                    bformat(_("You have specified a non-existent user "
                              "LyX directory, %1$s.\n"
                              "It is needed to keep your own configuration."),