Revision: 18010
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18010&view=rev
Author: hofman
Date: 2011-07-12 14:00:36 +0000 (Tue, 12 Jul 2011)
Log Message:
-----------
link directly to bugs or rfe trackers
Modified Paths:
--------------
trunk/bibdesk/BDSKAppController.m
Modified: trunk/bibdesk/BDSKAppController.m
===================================================================
--- trunk/bibdesk/BDSKAppController.m 2011-07-12 13:43:54 UTC (rev 18009)
+++ trunk/bibdesk/BDSKAppController.m 2011-07-12 14:00:36 UTC (rev 18010)
@@ -85,7 +85,8 @@
#define WEB_URL @"http://bibdesk.sourceforge.net/"
#define WIKI_URL @"http://sourceforge.net/apps/mediawiki/bibdesk/"
-#define TRACKER_URL @"http://sourceforge.net/tracker/?group_id=61487"
+#define BUG_TRACKER_URL
@"http://sourceforge.net/tracker/?group_id=61487&atid=497423"
+#define RFE_TRACKER_URL
@"http://sourceforge.net/tracker/?group_id=61487&atid=497426"
#define BDSKUpdateCheckIntervalKey @"BDSKUpdateCheckIntervalKey"
@@ -693,11 +694,11 @@
}
- (IBAction)reportBug:(id)sender {
- [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:TRACKER_URL]];
+ [[NSWorkspace sharedWorkspace] openURL:[NSURL
URLWithString:BUG_TRACKER_URL]];
}
- (IBAction)requestFeature:(id)sender {
- [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:TRACKER_URL]];
+ [[NSWorkspace sharedWorkspace] openURL:[NSURL
URLWithString:RFE_TRACKER_URL]];
}
- (IBAction)toggleShowingErrorPanel:(id)sender{
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit