aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-12-06 21:30:46 +0000
committerstuconnolly <stuart02@gmail.com>2010-12-06 21:30:46 +0000
commitfa8ef20485323e394af10cd3a9937b634d47b436 (patch)
treefb4250854eaec0d1dd6e5712cb5110f3c71d0c75 /Source/SPConnectionController.h
parent7597f69134b039851d5db659ca51ebc734eb5877 (diff)
downloadsequelpro-fa8ef20485323e394af10cd3a9937b634d47b436.tar.gz
sequelpro-fa8ef20485323e394af10cd3a9937b634d47b436.tar.bz2
sequelpro-fa8ef20485323e394af10cd3a9937b634d47b436.zip
When either more than one favorite or a favorite group is selected in the connection view, hide the connection details form.
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r--Source/SPConnectionController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h
index 5dd19c4d..2cd4d170 100644
--- a/Source/SPConnectionController.h
+++ b/Source/SPConnectionController.h
@@ -93,6 +93,7 @@
IBOutlet NSView *connectionView;
IBOutlet NSSplitView *connectionSplitView;
IBOutlet NSScrollView *connectionDetailsScrollView;
+ IBOutlet NSTextField *connectionInstructionsTextField;
IBOutlet BWAnchoredButtonBar *connectionSplitViewButtonBar;
IBOutlet SPFavoritesOutlineView *favoritesOutlineView;