include the version in the gtk online help's URL

This commit is contained in:
Charles Kerr 2008-05-06 19:27:42 +00:00
parent 2e257e7c24
commit 9404711233
1 changed files with 4 additions and 1 deletions

View File

@ -40,6 +40,8 @@
#include <gdk/gdkx.h>
#endif
#include <libtransmission/version.h>
#include "actions.h"
#include "add-dialog.h"
#include "conf.h"
@ -1185,7 +1187,8 @@ doAction ( const char * action_name, gpointer user_data )
}
else if (!strcmp (action_name, "help"))
{
gtr_open_file( "http://www.transmissionbt.com/help/gtk" );
gtr_open_file( "http://www.transmissionbt.com/help/gtk/"
SHORT_VERSION_STRING );
}
else if (!strcmp (action_name, "toggle-main-window"))
{