summaryrefslogtreecommitdiff
path: root/portato/gui
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-03-05 21:30:29 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-03-05 21:30:29 +0100
commit2cc5d1c938855c1cb5f225084179c80ca4885021 (patch)
tree2e98b011522ff02f15b8d94650a9d7c74dc8af33 /portato/gui
parente341eae7dbe94c854c8b399390c704afcbea0bd0 (diff)
downloadportato-2cc5d1c938855c1cb5f225084179c80ca4885021.tar.gz
portato-2cc5d1c938855c1cb5f225084179c80ca4885021.tar.bz2
portato-2cc5d1c938855c1cb5f225084179c80ca4885021.zip
Use 'clear' instead of 'delete' for the search line
Diffstat (limited to 'portato/gui')
-rw-r--r--portato/gui/templates/MainWindow.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/templates/MainWindow.ui b/portato/gui/templates/MainWindow.ui
index d8b224c..05e9545 100644
--- a/portato/gui/templates/MainWindow.ui
+++ b/portato/gui/templates/MainWindow.ui
@@ -53,7 +53,7 @@
</child>
<child>
<object class="GtkButton" id="deleteSearchButton">
- <property name="label">gtk-delete</property>
+ <property name="label">gtk-clear</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>