]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.C
Make string conversion work with non-ucs2-characters if using qt 4.2
[lyx.git] / src / lyx_main.C
index a029f52e4162998e0b88feb265c52b5ff6d77cb1..caa2a2b6897730040b8fa97abcefda1667b6cf0a 100644 (file)
@@ -439,8 +439,8 @@ void LyX::prepareExit()
                pimpl_->lyx_socket_.reset();
        }
 
-       // Kill the application object before exiting. This avoid crash
-       // on exit on Linux.
+       // Kill the application object before exiting. This avoids crashes
+       // when exiting on Linux.
        if (pimpl_->application_)
                pimpl_->application_.reset();
 }