(gtk) link to the online manual from the Help menu

This commit is contained in:
Charles Kerr
2008-05-06 19:20:19 +00:00
parent 0f9ca34848
commit 2e257e7c24
3 changed files with 6 additions and 0 deletions

View File

@@ -1183,6 +1183,10 @@ doAction ( const char * action_name, gpointer user_data )
{
about( data->wind );
}
else if (!strcmp (action_name, "help"))
{
gtr_open_file( "http://www.transmissionbt.com/help/gtk" );
}
else if (!strcmp (action_name, "toggle-main-window"))
{
toggleMainWindow( data );