|
From: <de...@us...> - 2009-10-07 10:57:01
|
Revision: 1867
http://iterm.svn.sourceforge.net/iterm/?rev=1867&view=rev
Author: delx
Date: 2009-10-07 10:56:49 +0000 (Wed, 07 Oct 2009)
Log Message:
-----------
Fixed report bug link in about box (#2872981)
Modified Paths:
--------------
trunk/Changelog
trunk/iTermApplicationDelegate.m
Modified: trunk/Changelog
===================================================================
--- trunk/Changelog 2009-10-02 00:11:11 UTC (rev 1866)
+++ trunk/Changelog 2009-10-07 10:56:49 UTC (rev 1867)
@@ -1,3 +1,6 @@
+2009-10-07 delx
+ * Fixed report bug link in about box (#2872981)
+
2009-09-29 delx
* Lock scrolling while the user is selecting text (#2868971)
Modified: trunk/iTermApplicationDelegate.m
===================================================================
--- trunk/iTermApplicationDelegate.m 2009-10-02 00:11:11 UTC (rev 1866)
+++ trunk/iTermApplicationDelegate.m 2009-10-07 10:56:49 UTC (rev 1867)
@@ -374,7 +374,7 @@
webSite = [[NSAttributedString alloc] initWithString: @"http://iterm.sourceforge.net" attributes: linkAttributes];
// Bug report
- bugURL = [NSURL URLWithString: @"https://sourceforge.net/tracker/?func=add&group_id=67789&atid=518973"];
+ bugURL = [NSURL URLWithString: @"http://iterm.sourceforge.net/tracker-bug"];
linkAttributes= [NSDictionary dictionaryWithObjectsAndKeys: bugURL, NSLinkAttributeName,
[NSNumber numberWithInt: NSSingleUnderlineStyle], NSUnderlineStyleAttributeName,
[NSColor blueColor], NSForegroundColorAttributeName,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|