* comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23739 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2008-03-14 23:30:28 +00:00
parent 4e223167ff
commit fc816dba30

View 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