summaryrefslogtreecommitdiff
path: root/src/trg-menu-bar.c
diff options
context:
space:
mode:
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();