From 34451a57d4d8765da49d79c3cad95baa7877f4c1 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 16 Jan 2008 14:59:10 +0000 Subject: [PATCH] (gtk) tweak the keyboard accelerator for removing a torrent. suggested by frandavid100 in the forums. --- gtk/actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/actions.c b/gtk/actions.c index 009038228..283411c65 100644 --- a/gtk/actions.c +++ b/gtk/actions.c @@ -128,7 +128,7 @@ static GtkActionEntry entries[] = { "pause-torrent", GTK_STOCK_MEDIA_PAUSE, N_("_Pause"), "P", NULL, G_CALLBACK(action_cb) }, { "remove-torrent", GTK_STOCK_REMOVE, - N_("_Remove"), "R", NULL, G_CALLBACK(action_cb) }, + N_("_Remove"), "Delete", NULL, G_CALLBACK(action_cb) }, { "create-torrent", GTK_STOCK_NEW, N_("Create _New Torrent"), NULL, NULL, G_CALLBACK(action_cb) }, { "close", GTK_STOCK_CLOSE,