summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-14 09:55:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-14 09:55:43 +0000
commitf2efbca82d70451b0e8582bb699f33d709152e24 (patch)
treef36fd98a64c76cb1777567060b9bf54aeb435340 /sfx2/source
parentcfcd1f8a99d4f48983ec3b22d3db0d0bb01042e1 (diff)
Resolves: fdo#87353 Start Center 'Help' button not functioning any more
Change-Id: I81607ea1951c4a71c003e639b3ebe871a6943374
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/dialog/backingwindow.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx
index c7dcd7e058c0..ce33baec3f03 100644
--- a/sfx2/source/dialog/backingwindow.cxx
+++ b/sfx2/source/dialog/backingwindow.cxx
@@ -115,6 +115,8 @@ BackingWindow::BackingWindow( vcl::Window* i_pParent ) :
get(mpMathAllButton, "math_all");
get(mpHelpButton, "help");
+ //set an alternative help label that doesn't hotkey the H of the Help menu
+ mpHelpButton->SetText(get<Window>("althelplabel")->GetText());
get(mpExtensionsButton, "extensions");
//Containers are invisible to cursor traversal