aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-08-25 13:02:58 +0000
committerBibiko <bibiko@eva.mpg.de>2009-08-25 13:02:58 +0000
commitc6c669073c9b92f037d59b5d3ee7aa2b17f520fa (patch)
tree3df93fa9ab254b681561953279a9336950c60bc0 /Source/TableDocument.h
parentca7cce67d986c3a7e3d5b4d8503d33872e461b68 (diff)
downloadsequelpro-c6c669073c9b92f037d59b5d3ee7aa2b17f520fa.tar.gz
sequelpro-c6c669073c9b92f037d59b5d3ee7aa2b17f520fa.tar.bz2
sequelpro-c6c669073c9b92f037d59b5d3ee7aa2b17f520fa.zip
• outsourced Save SPF accessory xib
• updated save SPF accessory xib due to SPF structure changes NOTES: - The view in DBView.xib will be deleted after stuart02's commit. - Still after clicking at the encrypt text field a warning will be shown in the Console: NSSecureTextFieldCell detected a field editor that is not a NSTextView subclass... WHY?
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index 04dfe8f8..3c890a40 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -94,7 +94,9 @@
IBOutlet id saveConnectionAccessory;
IBOutlet id saveConnectionIncludeData;
+ IBOutlet id saveConnectionIncludeQuery;
IBOutlet id saveConnectionSavePassword;
+ IBOutlet id saveConnectionSavePasswordAlert;
IBOutlet id saveConnectionEncrypt;
IBOutlet id saveConnectionAutoConnect;
IBOutlet NSSecureTextField *saveConnectionEncryptString;