mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
add '-' between LyX and version.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21647 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d9194a2fcf
commit
92b4b75a8f
@ -133,7 +133,7 @@ GuiApplication::GuiApplication(int & argc, char ** argv)
|
||||
QString app_name = "LyX";
|
||||
QCoreApplication::setOrganizationName(app_name);
|
||||
QCoreApplication::setOrganizationDomain("lyx.org");
|
||||
QCoreApplication::setApplicationName(app_name + lyx_version);
|
||||
QCoreApplication::setApplicationName(app_name + "-" + lyx_version);
|
||||
|
||||
// Qt bug? setQuitOnLastWindowClosed(true); does not work
|
||||
setQuitOnLastWindowClosed(false);
|
||||
|
Loading…
Reference in New Issue
Block a user