diff options
author | stuconnolly <stuart02@gmail.com> | 2011-10-08 22:28:30 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-10-08 22:28:30 +0000 |
commit | a4ac00795c534d2ee74ad1d3be6facfda9c82b6d (patch) | |
tree | 0141127b68c0bf0b7e1e2b2ccfcb0c3615b866ac /Source/SPConstants.h | |
parent | 4c2a3a4692a1931a57cf6f9566ff9bdd92e3d261 (diff) | |
download | sequelpro-a4ac00795c534d2ee74ad1d3be6facfda9c82b6d.tar.gz sequelpro-a4ac00795c534d2ee74ad1d3be6facfda9c82b6d.tar.bz2 sequelpro-a4ac00795c534d2ee74ad1d3be6facfda9c82b6d.zip |
Add a hidden preference for specifying the long running query notification time (currently in milliseconds). Implements issue #944
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 7c5e1f17..ba583ce0 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -225,9 +225,6 @@ typedef enum #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; - // Narrow down completion max rows extern const NSUInteger SPNarrowDownCompletionMaxRows; @@ -361,6 +358,7 @@ extern NSString *SPResetAutoIncrementAfterDeletionOfAllRows; // Hidden Prefs extern NSString *SPPrintWarningRowLimit; extern NSString *SPDisplayServerVersionInWindowTitle; +extern NSString *SPLongRunningQueryNotificationTime; // Import and export extern NSString *SPCSVImportFieldTerminator; |