From 3ab0bcbf126eaf0f6c19c10c77f1345de6e2d3f0 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Wed, 27 Feb 2008 11:45:43 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23278 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiApplication.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index 160bad6a0c..707bdbad0d 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -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); -- 2.39.5