mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(gtk) link to the online manual from the Help menu
This commit is contained in:
@@ -128,6 +128,7 @@ static GtkActionEntry entries[] =
|
||||
{ "open-torrent-folder", GTK_STOCK_OPEN,
|
||||
N_("_Open Folder"), 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) },
|
||||
{ "update-tracker", GTK_STOCK_NETWORK,
|
||||
N_("Ask Tracker for _More Peers"), NULL, NULL, G_CALLBACK(action_cb) }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user