diff options
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index fa9fce47..b72c0217 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -68,6 +68,9 @@ NSString *SPThemesSupportFolder = @"Themes"; NSString *SPBundleSupportFolder = @"Bundles"; NSString *SPDataSupportFolder = @"Data"; +// Table filter +NSString *SPTableContentFilterKey = @"filter"; + // Preference key constants // General Prefpane NSString *SPDefaultFavorite = @"DefaultFavorite"; |