]> git.lyx.org Git - features.git/commitdiff
typo
authorAbdelrazak Younes <younes@lyx.org>
Wed, 27 Feb 2008 11:45:43 +0000 (11:45 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 27 Feb 2008 11:45:43 +0000 (11:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23278 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiApplication.cpp

index 160bad6a0cb3f5698cfa4bb0da47fb342ba00288..707bdbad0d02f34dc9d806f63bbb504faa2feddd 100644 (file)
@@ -140,8 +140,8 @@ GuiApplication::GuiApplication(int & argc, char ** argv)
        QCoreApplication::setApplicationName(app_name + "-" + lyx_version);
 
        //FIXME: quitOnLastWindowClosed is true by default, at least on Windows and
-       // X11 platform. We should have a setting for this in order to let the
-       // application to stay resident.
+       // X11 platforms. We should have a lyxrc setting for this in order to let the
+       // application stay resident.
        /*
        if (lyxrc.quit_on_last_window_closed)
                setQuitOnLastWindowClosed(false);