]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.cpp
revert erroneous previous commit.
[lyx.git] / src / LyX.cpp
index 0bcd05aa653e40d74f689d4537a1483ddccc6e83..e6f9e8b2f0f8af4206233222d5d3e0f1034e0b40 100644 (file)
@@ -544,7 +544,7 @@ The SIGHUP signal does not exist on Windows and does not need to be handled.
 
 Windows handles SIGFPE and SIGSEGV signals as expected.
 
-Cntl+C interrupts (mapped to SIGINT by Windows' POSIX compatability layer)
+Ctrl+C interrupts (mapped to SIGINT by Windows' POSIX compatability layer)
 cause a new thread to be spawned. This may well result in unexpected
 behaviour by the single-threaded LyX.
 
@@ -1057,6 +1057,9 @@ int parse_import(string const & type, string const & file, string & batch)
 int parse_geometry(string const & arg1, string const &, string &)
 {
        geometryArg = arg1;
+       // don't remove "-geometry", it will be pruned out later in the
+       // frontend if need be.
+       return -1;
 }