]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.cpp
undo
[lyx.git] / src / LyX.cpp
index e65ef903209b06b3d589cd49528327e182a72ea7..eb2ba766e06686eed1c113b1cbeead02046af799 100644 (file)
@@ -295,7 +295,7 @@ int LyX::exec(int & argc, char * argv[])
        } catch (ExceptionMessage const & message) {
                LYXERR(Debug::LOCALE, message.title_ + ", " + message.details_);
        }
-       // FIXME: This breaks out of source build under Windows.
+    // FIXME: This breaks out of source build under Windows.
        locale_init();
 
        // Here we need to parse the command line. At least
@@ -671,7 +671,7 @@ static void error_handler(int err_sig)
                          "hope you have not lost any data.\n"
                          "Please read the bug-reporting instructions "
                          "in 'Help->Introduction' and send us a bug report, "
-                         "if necessary. Thanks !\nBye.");
+                         "if necessary. Thanks!\nBye.");
                break;
        case SIGINT:
        case SIGTERM: