From: Stefan Schimanski Date: Fri, 14 Mar 2008 23:30:28 +0000 (+0000) Subject: * comment X-Git-Tag: 1.6.10~5632 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fc816dba30bd91db1dd6a428497369e8b4949754;p=lyx.git * comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23739 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index 69e5f09a28..0eef683fdc 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -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