Changeset 5882 for branches/1.2x/gtk/actions.c
- Timestamp:
- May 21, 2008, 5:27:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2x/gtk/actions.c
r5760 r5882 111 111 N_("_Pause"), "<control>P", N_("Pause torrent"), G_CALLBACK(action_cb) }, 112 112 { "remove-torrent", GTK_STOCK_REMOVE, NULL, "Delete", N_("Remove torrent"), G_CALLBACK(action_cb) }, 113 { "delete-torrent", GTK_STOCK_DELETE, N_("_Delete Files and Remove"), "< control>Delete", NULL, G_CALLBACK(action_cb) },113 { "delete-torrent", GTK_STOCK_DELETE, N_("_Delete Files and Remove"), "<shift>Delete", NULL, G_CALLBACK(action_cb) }, 114 114 { "new-torrent", GTK_STOCK_NEW, N_("_New..."), NULL, 115 115 N_("Create a torrent"),
Note: See TracChangeset
for help on using the changeset viewer.