]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.cpp
Update it.po
[lyx.git] / src / LyX.cpp
index 0bcd05aa653e40d74f689d4537a1483ddccc6e83..0c1148284e76d6f10780e9aee0ff485ec94cc60e 100644 (file)
@@ -520,8 +520,7 @@ void LyX::execCommands()
                }
                // clear this list to save a few bytes of RAM
                pimpl_->files_to_load_.clear();
-       }
-       else
+       } else
                pimpl_->application_->restoreGuiSession();
 
        // Execute batch commands if available
@@ -544,7 +543,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 +1056,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;
 }