Changeset 6536
- Timestamp:
- Aug 15, 2008, 8:31:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3x/gtk/main.c
r6523 r6536 1092 1092 }; 1093 1093 1094 const char *website_url = "http://www.transmissionbt.com/"; 1095 1094 1096 gtk_about_dialog_set_url_hook( aboutDialogActivateLink, NULL, NULL ); 1095 1097 … … 1098 1100 "comments", _("A fast and easy BitTorrent client"), 1099 1101 "version", LONG_VERSION_STRING, 1100 "website", "http://www.transmissionbt.com/", 1102 "website", website_url, 1103 "website-label", website_url, 1101 1104 "copyright",_("Copyright 2005-2008 The Transmission Project"), 1102 1105 "logo-icon-name", "transmission",
Note: See TracChangeset
for help on using the changeset viewer.