diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-09-29 10:37:46 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-09-29 10:37:46 +0000 |
commit | 0060523321ff117531aa4678a429303446280d48 (patch) | |
tree | bfd40f2bc5fcfea38ae49acd2e6df70cc435405d /Source/SPConstants.h | |
parent | 0275c3e833774f4a762ecd8587e26d9f7edcfc88 (diff) | |
download | sequelpro-0060523321ff117531aa4678a429303446280d48.tar.gz sequelpro-0060523321ff117531aa4678a429303446280d48.tar.bz2 sequelpro-0060523321ff117531aa4678a429303446280d48.zip |
• Filter Table - Set Default Operator
- added the chance to define the unmarked default operator
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index a5efccee..b730d220 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -255,6 +255,8 @@ extern NSString *SPLimitResults; extern NSString *SPLimitResultsValue; extern NSString *SPNullValue; extern NSString *SPGlobalResultTableFont; +extern NSString *SPFilterTableDefaultOperator; +extern NSString *SPFilterTableDefaultOperatorLastItems; // Favorites Prefpane extern NSString *SPFavorites; |