mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(1) fix Makefile breakage from my last commit. (2) follow Gnome HIG for what shortcut to use for 'close'
This commit is contained in:
@@ -78,7 +78,7 @@ static GtkActionEntry entries[] =
|
||||
{ "create-torrent", GTK_STOCK_NEW,
|
||||
N_("Create _New Torrent"), NULL, NULL, G_CALLBACK(action_cb) },
|
||||
{ "close", GTK_STOCK_CLOSE,
|
||||
N_("_Close"), "<control>C", NULL, G_CALLBACK(action_cb) },
|
||||
N_("_Close"), "<control>W", NULL, G_CALLBACK(action_cb) },
|
||||
{ "quit", GTK_STOCK_QUIT,
|
||||
N_("_Quit"), "<control>Q", NULL, G_CALLBACK(action_cb) },
|
||||
{ "select-all", GTK_STOCK_SELECT_ALL,
|
||||
|
||||
Reference in New Issue
Block a user