[Libreoffice-commits] core.git: desktop/source
Andras Timar
andras.timar at collabora.com
Mon Oct 21 00:52:22 PDT 2013
desktop/source/app/cmdlinehelp.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 0980948795a77fcbb19a464a533e31d6529526a1
Author: Andras Timar <andras.timar at collabora.com>
Date: Mon Oct 21 00:51:10 2013 -0700
fdo#51639 soffice.exe --version displays a dialog box with the version number
Change-Id: I3656c005a23d291bc7cde2bc461e584df342babf
diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx
index ab46302..6709741 100644
--- a/desktop/source/app/cmdlinehelp.cxx
+++ b/desktop/source/app/cmdlinehelp.cxx
@@ -184,6 +184,9 @@ namespace desktop
// Just re-use the help dialog for now.
CmdlineHelpDialog aDlg;
aDlg.m_pftHead->SetText(aVersionMsg);
+ aDlg.m_pftLeft->SetText("");
+ aDlg.m_pftRight->SetText("");
+ aDlg.m_pftBottom->SetText("");
aDlg.Execute();
#endif
}
More information about the Libreoffice-commits
mailing list