diff options
author | dmoagx <post@wickenrode.com> | 2011-04-29 20:05:41 +0000 |
---|---|---|
committer | dmoagx <post@wickenrode.com> | 2011-04-29 20:05:41 +0000 |
commit | 7e0ffd0bc334be6e681f35710a8a70da34efbcea (patch) | |
tree | 8b29608a6ea53754586e0ff55387ae0fd791272b /Source/SPConstants.m | |
parent | c0f8ea3f976f4df58b185d2636b5899c8d48d180 (diff) | |
download | sequelpro-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.m | 1 |
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"; |