]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.cpp
Update it.po
[lyx.git] / src / LyX.cpp
index 47479fafbd4c5998bd8f0561979b0fe93350a708..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.