diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-14 09:55:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-14 09:55:43 +0000 |
commit | f2efbca82d70451b0e8582bb699f33d709152e24 (patch) | |
tree | f36fd98a64c76cb1777567060b9bf54aeb435340 /sfx2 | |
parent | cfcd1f8a99d4f48983ec3b22d3db0d0bb01042e1 (diff) |
Resolves: fdo#87353 Start Center 'Help' button not functioning any more
Change-Id: I81607ea1951c4a71c003e639b3ebe871a6943374
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/backingwindow.cxx | 2 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/startcenter.ui | 18 |
2 files changed, 18 insertions, 2 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 diff --git a/sfx2/uiconfig/ui/startcenter.ui b/sfx2/uiconfig/ui/startcenter.ui index 3cb74253638e..7977c33c5336 100644 --- a/sfx2/uiconfig/ui/startcenter.ui +++ b/sfx2/uiconfig/ui/startcenter.ui @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.16.1 --> <interface> - <!-- interface-requires LibreOffice 1.0 --> <requires lib="gtk+" version="3.0"/> + <!-- interface-requires LibreOffice 1.0 --> <object class="GtkImage" id="calc_all_image"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -332,6 +332,19 @@ <property name="position">11</property> </packing> </child> + <child> + <object class="GtkLabel" id="althelplabel"> + <property name="can_focus">False</property> + <property name="no_show_all">True</property> + <property name="label" translatable="yes">He_lp</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">12</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> @@ -365,13 +378,14 @@ <property name="orientation">vertical</property> <child> <object class="GtkButton" id="help"> - <property name="label" translatable="yes">He_lp</property> + <property name="label">gtk-help</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="has_tooltip">True</property> <property name="relief">none</property> <property name="use_underline">True</property> + <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> |