aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.m
diff options
context:
space:
mode:
authordmoagx <post@wickenrode.com>2011-04-29 20:05:41 +0000
committerdmoagx <post@wickenrode.com>2011-04-29 20:05:41 +0000
commit7e0ffd0bc334be6e681f35710a8a70da34efbcea (patch)
tree8b29608a6ea53754586e0ff55387ae0fd791272b /Source/SPConstants.m
parentc0f8ea3f976f4df58b185d2636b5899c8d48d180 (diff)
downloadsequelpro-7e0ffd0bc334be6e681f35710a8a70da34efbcea.tar.gz
sequelpro-7e0ffd0bc334be6e681f35710a8a70da34efbcea.tar.bz2
sequelpro-7e0ffd0bc334be6e681f35710a8a70da34efbcea.zip
* Allow table names to be sorted in lists via "AlphabeticalTableSorting" hidden pref key
* Change some [[NSPopupButton selectedItem] title] to [NSPopupButton titleOfSelectedItem]
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r--Source/SPConstants.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m
index 39b925c1..1f391d47 100644
--- a/Source/SPConstants.m
+++ b/Source/SPConstants.m
@@ -94,6 +94,7 @@ NSString *SPNullValue = @"SPNullValue";
NSString *SPGlobalResultTableFont = @"GlobalResultTableFont";
NSString *SPFilterTableDefaultOperator = @"FilterTableDefaultOperator";
NSString *SPFilterTableDefaultOperatorLastItems = @"FilterTableDefaultOperatorLastItems";
+NSString *SPAlphabeticalTableSorting = @"AlphabeticalTableSorting";
// Favorites Prefpane
NSString *SPFavorites = @"favorites";