aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-12-11 01:01:04 +0000
committerstuconnolly <stuart02@gmail.com>2009-12-11 01:01:04 +0000
commitad93154f88120c37081fc9f816b25a9410b3b89c (patch)
tree88435d6e12da7b466bd7d810efe15f0ab29b8cdb /Source/SPConstants.h
parent2f490fa3f4030c71aab8a1cafd9514a3fff2c6c4 (diff)
downloadsequelpro-ad93154f88120c37081fc9f816b25a9410b3b89c.tar.gz
sequelpro-ad93154f88120c37081fc9f816b25a9410b3b89c.tar.bz2
sequelpro-ad93154f88120c37081fc9f816b25a9410b3b89c.zip
Convert URL constants from #define's to extern's.
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h
index 38ffdc2d..44675888 100644
--- a/Source/SPConstants.h
+++ b/Source/SPConstants.h
@@ -28,13 +28,6 @@
#import <Cocoa/Cocoa.h>
-// URLs
-#define SEQUEL_PRO_HOME_PAGE_URL @"http://www.sequelpro.com/"
-#define SEQUEL_PRO_DONATIONS_URL @"http://www.sequelpro.com/donate.html"
-#define SEQUEL_PRO_FAQ_URL @"http://www.sequelpro.com/frequently-asked-questions.html"
-#define SEQUEL_PRO_DOCS_URL @"http://www.sequelpro.com/docs"
-#define SEQUEL_PRO_CONTACT_URL @"http://www.sequelpro.com/docs/Contact_the_developers"
-
// Main toolbar constants
#define MAIN_TOOLBAR_DATABASE_SELECTION @"DatabaseSelectToolbarItemIdentifier"
#define MAIN_TOOLBAR_HISTORY_NAVIGATION @"HistoryNavigationToolbarItemIdentifier"
@@ -184,6 +177,13 @@ extern NSString *SPQuickLookTypes;
extern NSString *SPTableChangedNotification;
extern NSString *SPBlobTextEditorSpellCheckingEnabled;
+// URLs
+extern NSString *SPHomePageURL;
+extern NSString *SPDonationsURL;
+extern NSString *SPFAQURL;
+extern NSString *SPDocumentationURL;
+extern NSString *SPContactURL;
+
// Toolbar constants
// Preferences toolbar