aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPContentFilterManager.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-07-29 21:40:15 +0000
committerrowanbeentje <rowan@beent.je>2012-07-29 21:40:15 +0000
commitc06c5fe8261183d5f154edb1866608e8013ebbaa (patch)
treec51a612caaa4b9cec804026477913672adf231b8 /Source/SPContentFilterManager.h
parent14fd84b917d197352ebb84351df27df7237ee92e (diff)
downloadsequelpro-c06c5fe8261183d5f154edb1866608e8013ebbaa.tar.gz
sequelpro-c06c5fe8261183d5f154edb1866608e8013ebbaa.tar.bz2
sequelpro-c06c5fe8261183d5f154edb1866608e8013ebbaa.zip
- Remove the last BWToolKit view items from the main nib (DBView) by redesigning the advanced Content Filter window
- Tweak SPTextView to support translucent views, or views which are set not to draw their background - Fix Lion compatibility for advanced content filter default operator (Issue #1255)
Diffstat (limited to 'Source/SPContentFilterManager.h')
-rw-r--r--Source/SPContentFilterManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPContentFilterManager.h b/Source/SPContentFilterManager.h
index 9f1d06a6..88eda63c 100644
--- a/Source/SPContentFilterManager.h
+++ b/Source/SPContentFilterManager.h
@@ -62,7 +62,7 @@
IBOutlet id resultingClauseLabel;
IBOutlet id resultingClauseContentLabel;
IBOutlet id insertPlaceholderButton;
- IBOutlet id suppressLeadingFiledPlaceholderCheckbox;
+ IBOutlet NSButton *suppressLeadingFiledPlaceholderCheckbox;
IBOutlet BWAnchoredButtonBar *splitViewButtonBar;