diff options
author | stuconnolly <stuart02@gmail.com> | 2011-08-27 21:10:50 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-08-27 21:10:50 +0000 |
commit | 2e85893ca0c0ce416402a2783067996a38ff8b66 (patch) | |
tree | 1203470c55690be490705d61e98f8f34ff0d8ad9 /Source/SPConstants.h | |
parent | 6d2a8515b8a1d3e87b7ef0552696c94368177e52 (diff) | |
download | sequelpro-2e85893ca0c0ce416402a2783067996a38ff8b66.tar.gz sequelpro-2e85893ca0c0ce416402a2783067996a38ff8b66.tar.bz2 sequelpro-2e85893ca0c0ce416402a2783067996a38ff8b66.zip |
Tidy up.
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index ef1fc0c4..eebe3d63 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -223,6 +223,7 @@ typedef enum #define SPLOCALIZEDURL_CONNECTIONHELP NSLocalizedString(@"http://www.sequelpro.com/docs/Getting_Connected", @"Localized connection help page - do not localize if no translated webpage is available") #define SPLOCALIZEDURL_TRANSLATIONFEEDBACK NSLocalizedString(@"http://dev.sequelpro.com/translate/feedback", @"Localized translation feedback page - do not localize if no translated webpage is available") #define SPLOCALIZEDURL_BUNDLEEDITORHELP NSLocalizedString(@"http://www.sequelpro.com/docs/Bundle_Editor", @"Localized help page for bundle editor - do not localize if no translated webpage is available") +#define SPLOCALIZEDURL_CONTENTFILTERHELP NSLocalizedString(@"http://www.sequelpro.com/docs/Content_Filters", @"Localized help page for content filter - do not localize if no translated webpage is available") // Long running notification time for Growl messages extern const CGFloat SPLongRunningNotificationTime; |