1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-09 13:50:00 +00:00

(gtk) tweak the keyboard accelerator for removing a torrent. suggested by frandavid100 in the forums.

This commit is contained in:
Charles Kerr 2008-01-16 14:59:10 +00:00
parent c619642d4e
commit 34451a57d4

View file

@ -128,7 +128,7 @@ static GtkActionEntry entries[] =
{ "pause-torrent", GTK_STOCK_MEDIA_PAUSE, { "pause-torrent", GTK_STOCK_MEDIA_PAUSE,
N_("_Pause"), "<control>P", NULL, G_CALLBACK(action_cb) }, N_("_Pause"), "<control>P", NULL, G_CALLBACK(action_cb) },
{ "remove-torrent", GTK_STOCK_REMOVE, { "remove-torrent", GTK_STOCK_REMOVE,
N_("_Remove"), "<control>R", NULL, G_CALLBACK(action_cb) }, N_("_Remove"), "<control>Delete", NULL, G_CALLBACK(action_cb) },
{ "create-torrent", GTK_STOCK_NEW, { "create-torrent", GTK_STOCK_NEW,
N_("Create _New Torrent"), NULL, NULL, G_CALLBACK(action_cb) }, N_("Create _New Torrent"), NULL, NULL, G_CALLBACK(action_cb) },
{ "close", GTK_STOCK_CLOSE, { "close", GTK_STOCK_CLOSE,