mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +00:00
(gtk) #1062: "Help" menu is not HIG compliant
This commit is contained in:
parent
83daf61009
commit
4aae6608d7
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ static GtkActionEntry entries[] =
|
||||||
{ "open-torrent-folder", GTK_STOCK_OPEN,
|
{ "open-torrent-folder", GTK_STOCK_OPEN,
|
||||||
N_("_Open Folder"), NULL, NULL, G_CALLBACK(action_cb) },
|
N_("_Open Folder"), NULL, NULL, G_CALLBACK(action_cb) },
|
||||||
{ "show-about-dialog", GTK_STOCK_ABOUT, NULL, NULL, NULL, G_CALLBACK(action_cb) },
|
{ "show-about-dialog", GTK_STOCK_ABOUT, NULL, NULL, NULL, G_CALLBACK(action_cb) },
|
||||||
{ "help", GTK_STOCK_HELP, NULL, NULL, NULL, G_CALLBACK(action_cb) },
|
{ "help", GTK_STOCK_HELP, "_Contents", "F1", NULL, NULL, G_CALLBACK(action_cb) },
|
||||||
{ "update-tracker", GTK_STOCK_NETWORK,
|
{ "update-tracker", GTK_STOCK_NETWORK,
|
||||||
N_("Ask Tracker for _More Peers"), NULL, NULL, G_CALLBACK(action_cb) }
|
N_("Ask Tracker for _More Peers"), NULL, NULL, G_CALLBACK(action_cb) }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue