summaryrefslogtreecommitdiff
path: root/src/trg-menu-bar.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-12 20:54:30 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-12 20:54:30 +0000
commit00246c0fb56946234396555c01f84918086240e6 (patch)
tree5bbd7c6676b62739a0db218512bf57dd41d1d847 /src/trg-menu-bar.c
parent11b31dcf6259dc79172134737aa1540f3f93e7ab (diff)
use GTK_STOCK_CLEAR instead of GTK_STOCK_DELETE for delete button
Diffstat (limited to 'src/trg-menu-bar.c')
-rw-r--r--src/trg-menu-bar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-menu-bar.c b/src/trg-menu-bar.c
index 2d955d8..1aea8b3 100644
--- a/src/trg-menu-bar.c
+++ b/src/trg-menu-bar.c
@@ -447,7 +447,7 @@ GtkWidget *trg_menu_bar_torrent_menu_new(TrgMenuBarPrivate * priv)
GTK_STOCK_REMOVE, FALSE);
priv->mb_delete =
trg_menu_bar_item_new(GTK_MENU_SHELL(torrentMenu),
- _("Remove and Delete"), GTK_STOCK_DELETE,
+ _("Remove and Delete"), GTK_STOCK_CLEAR,
FALSE);
priv->mb_queues_seperator = gtk_separator_menu_item_new();