Kaydet (Commit) 09809487 authored tarafından Andras Timar's avatar Andras Timar

fdo#51639 soffice.exe --version displays a dialog box with the version number

Change-Id: I3656c005a23d291bc7cde2bc461e584df342babf
üst 116a85bf
...@@ -184,6 +184,9 @@ namespace desktop ...@@ -184,6 +184,9 @@ namespace desktop
// Just re-use the help dialog for now. // Just re-use the help dialog for now.
CmdlineHelpDialog aDlg; CmdlineHelpDialog aDlg;
aDlg.m_pftHead->SetText(aVersionMsg); aDlg.m_pftHead->SetText(aVersionMsg);
aDlg.m_pftLeft->SetText("");
aDlg.m_pftRight->SetText("");
aDlg.m_pftBottom->SetText("");
aDlg.Execute(); aDlg.Execute();
#endif #endif
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment