diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-03-13 15:10:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-03-13 15:34:20 +0000 |
commit | 6ecfbf153a7c11c63d208630ac6a27064058099d (patch) | |
tree | 87e501ae92f714f60c32d9fe0edcb4ee5c62762d /sfx2/uiconfig/ui | |
parent | 7820e759ab083dd9a501e5bd0cd28a0dbea522ad (diff) |
drop unused resources and toggle label to activate replacement widget
Change-Id: I4a608c3b8163b9e171cd73dc7921d16e7dbfa3a1
Diffstat (limited to 'sfx2/uiconfig/ui')
-rw-r--r-- | sfx2/uiconfig/ui/managestylepage.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/managestylepage.ui b/sfx2/uiconfig/ui/managestylepage.ui index b166db6be83a..beeeed7c0067 100644 --- a/sfx2/uiconfig/ui/managestylepage.ui +++ b/sfx2/uiconfig/ui/managestylepage.ui @@ -31,12 +31,13 @@ <property name="column_spacing">12</property> <property name="row_homogeneous">True</property> <child> - <object class="GtkLabel" id="label3"> + <object class="GtkLabel" id="nameft"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Name</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">namerw</property> </object> <packing> <property name="left_attach">0</property> |