]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.C
LFUN_UNICODE_INSERT - unicode-insert
[lyx.git] / src / lyx_main.C
index a36bc40c0657b8ede8d62fb4b1c37ca56ec847e6..6d0949458bda0fe2fc60eb36f2cd37975d9a98e7 100644 (file)
@@ -333,9 +333,10 @@ int LyX::priv_exec(int & argc, char * argv[])
                // Start the real execution loop.
 
                // FIXME
-               /* Create a CoreApplication class that will provide the main event loop and 
-                * the socket callback registering. With Qt4, only QtCore library would be needed.
-                * When this done, a server_mode could be created and the following two
+               /* Create a CoreApplication class that will provide the main event loop
+                * and the socket callback registering. With Qt4, only QtCore
+                * library would be needed.
+                * When this is done, a server_mode could be created and the following two
                 * line would be moved out from here.
                 */
                pimpl_->lyx_server_.reset(new LyXServer(&pimpl_->lyxfunc_, lyxrc.lyxpipes));