From: Mukund Sivaraman Date: Fri, 15 Aug 2008 17:45:18 +0000 (+0000) Subject: Make URL clickable in about dialog X-Git-Tag: 1.40~495 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a8a474bca69ebcb94136016cb2c97bd0b366bb5;p=transmission Make URL clickable in about dialog --- diff --git a/gtk/main.c b/gtk/main.c index 9b2f19551..2739dc5d5 100644 --- a/gtk/main.c +++ b/gtk/main.c @@ -1092,13 +1092,16 @@ about ( GtkWindow * parent ) NULL }; + const char *website_url = "http://www.transmissionbt.com/"; + gtk_about_dialog_set_url_hook( aboutDialogActivateLink, NULL, NULL ); gtk_show_about_dialog( parent, "name", g_get_application_name(), "comments", _("A fast and easy BitTorrent client"), "version", LONG_VERSION_STRING, - "website", "http://www.transmissionbt.com/", + "website", website_url, + "website-label", website_url, "copyright",_("Copyright 2005-2008 The Transmission Project"), "logo-icon-name", "transmission", #ifdef SHOW_LICENSE