git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23278 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-02-27 11:45:43 +00:00
parent 1d163f25d9
commit 3ab0bcbf12

View 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);