aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
authordmoagx <post@wickenrode.com>2011-10-09 13:17:58 +0000
committerdmoagx <post@wickenrode.com>2011-10-09 13:17:58 +0000
commit1fc5d271f03e0dc61605274aa87eb185a21e3f54 (patch)
tree66f25487206438f180f89633e6ad4f5c97f0b070 /Source/SPConstants.h
parenta4ac00795c534d2ee74ad1d3be6facfda9c82b6d (diff)
downloadsequelpro-1fc5d271f03e0dc61605274aa87eb185a21e3f54.tar.gz
sequelpro-1fc5d271f03e0dc61605274aa87eb185a21e3f54.tar.bz2
sequelpro-1fc5d271f03e0dc61605274aa87eb185a21e3f54.zip
* Move key of a hidden pref to the same place as the others
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h
index ba583ce0..342cc056 100644
--- a/Source/SPConstants.h
+++ b/Source/SPConstants.h
@@ -288,7 +288,6 @@ extern NSString *SPNullValue;
extern NSString *SPGlobalResultTableFont;
extern NSString *SPFilterTableDefaultOperator;
extern NSString *SPFilterTableDefaultOperatorLastItems;
-extern NSString *SPAlphabeticalTableSorting;
// Favorites Prefpane
extern NSString *SPFavorites;
@@ -359,6 +358,7 @@ extern NSString *SPResetAutoIncrementAfterDeletionOfAllRows;
extern NSString *SPPrintWarningRowLimit;
extern NSString *SPDisplayServerVersionInWindowTitle;
extern NSString *SPLongRunningQueryNotificationTime;
+extern NSString *SPAlphabeticalTableSorting;
// Import and export
extern NSString *SPCSVImportFieldTerminator;