summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/source/app/cmdlinehelp.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx
index 41a9f300e9ba..a9ed3df8b048 100644
--- a/desktop/source/app/cmdlinehelp.cxx
+++ b/desktop/source/app/cmdlinehelp.cxx
@@ -187,6 +187,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
}