summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/specialcharacters.ui
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-04-18 12:46:36 -0700
committerAndras Timar <atimar@suse.com>2013-04-18 12:47:23 -0700
commitab7776e1bc0687b6e42ffa6e837435800b4a58af (patch)
treecc07ef94d79f0401bec2d29b86ab7b90688687e8 /cui/uiconfig/ui/specialcharacters.ui
parentd636dcc64065fa280688dc26aecb2bb78792eaef (diff)
fdo#63503 add 'Delete Last' button to Special Characters dialog
Change-Id: I7f14564f6b28e0b480b503394e0e078ed28f9150
Diffstat (limited to 'cui/uiconfig/ui/specialcharacters.ui')
-rw-r--r--cui/uiconfig/ui/specialcharacters.ui16
1 files changed, 15 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/specialcharacters.ui b/cui/uiconfig/ui/specialcharacters.ui
index c35b52ae737d..c634b25018d1 100644
--- a/cui/uiconfig/ui/specialcharacters.ui
+++ b/cui/uiconfig/ui/specialcharacters.ui
@@ -60,6 +60,20 @@
</packing>
</child>
<child>
+ <object class="GtkButton" id="deletelast">
+ <property name="label" translatable="yes">Delete _Last</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">3</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkButton" id="delete">
<property name="label">gtk-delete</property>
<property name="visible">True</property>
@@ -71,7 +85,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
- <property name="position">3</property>
+ <property name="position">4</property>
</packing>
</child>
</object>