]> git.lyx.org Git - features.git/commitdiff
* comment
authorStefan Schimanski <sts@lyx.org>
Fri, 14 Mar 2008 23:30:28 +0000 (23:30 +0000)
committerStefan Schimanski <sts@lyx.org>
Fri, 14 Mar 2008 23:30:28 +0000 (23:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23739 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiApplication.cpp

index 69e5f09a28b06979f2409e807f456a75494e25bd..0eef683fdcc7665c8de83c4eb5e1e60d8d7ed80c 100644 (file)
@@ -169,6 +169,8 @@ GuiApplication::GuiApplication(int & argc, char ** argv)
                setQuitOnLastWindowClosed(false);
        */
 #ifdef Q_WS_MAC
+       // FIXME: Do we need a lyxrc setting for this on Mac? This behaviour
+       // seems to be the default case for applications like LyX.
        setQuitOnLastWindowClosed(false);
 #endif