diff options
author | dmoagx <post@wickenrode.com> | 2011-10-09 13:17:58 +0000 |
---|---|---|
committer | dmoagx <post@wickenrode.com> | 2011-10-09 13:17:58 +0000 |
commit | 1fc5d271f03e0dc61605274aa87eb185a21e3f54 (patch) | |
tree | 66f25487206438f180f89633e6ad4f5c97f0b070 /Source/SPConstants.h | |
parent | a4ac00795c534d2ee74ad1d3be6facfda9c82b6d (diff) | |
download | sequelpro-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.h | 2 |
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; |