diff options
author | stuconnolly <stuart02@gmail.com> | 2009-12-11 01:01:04 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-12-11 01:01:04 +0000 |
commit | ad93154f88120c37081fc9f816b25a9410b3b89c (patch) | |
tree | 88435d6e12da7b466bd7d810efe15f0ab29b8cdb /Source/SPConstants.m | |
parent | 2f490fa3f4030c71aab8a1cafd9514a3fff2c6c4 (diff) | |
download | sequelpro-ad93154f88120c37081fc9f816b25a9410b3b89c.tar.gz sequelpro-ad93154f88120c37081fc9f816b25a9410b3b89c.tar.bz2 sequelpro-ad93154f88120c37081fc9f816b25a9410b3b89c.zip |
Convert URL constants from #define's to extern's.
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index 1f9e9482..7e864a51 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -136,6 +136,13 @@ NSString *SPQuickLookTypes = @"QuickLookTypes"; NSString *SPTableChangedNotification = @"SPTableSelectionChanged"; NSString *SPBlobTextEditorSpellCheckingEnabled = @"BlobTextEditorSpellCheckingEnabled"; +// URLs +NSString *SPHomePageURL = @"http://www.sequelpro.com/"; +NSString *SPDonationsURL = @"http://www.sequelpro.com/donate.html"; +NSString *SPFAQURL = @"http://www.sequelpro.com/docs/Frequently_Asked_Questions"; +NSString *SPDocumentationURL = @"http://www.sequelpro.com/docs/"; +NSString *SPContactURL = @"http://www.sequelpro.com/docs/Contact_the_developers"; + // Toolbar constants // Preferences toolbar |