diff options
author | Max <post@wickenrode.com> | 2015-04-16 02:45:16 +0200 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-04-16 02:45:16 +0200 |
commit | 734d3a90187734b7d7d4678229644573ccdbf7bb (patch) | |
tree | f2276b962b5072039f515f986da02d6486a7b929 /Source/SPTableRelations.h | |
parent | 028f1ff9ac1e22db9abec6ea3838079a08aa471e (diff) | |
download | sequelpro-734d3a90187734b7d7d4678229644573ccdbf7bb.tar.gz sequelpro-734d3a90187734b7d7d4678229644573ccdbf7bb.tar.bz2 sequelpro-734d3a90187734b7d7d4678229644573ccdbf7bb.zip |
Change the visual appearance of the FK creation error dialog a bit
Diffstat (limited to 'Source/SPTableRelations.h')
-rw-r--r-- | Source/SPTableRelations.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/SPTableRelations.h b/Source/SPTableRelations.h index 4bb998c9..1ab7f1b7 100644 --- a/Source/SPTableRelations.h +++ b/Source/SPTableRelations.h @@ -58,7 +58,10 @@ IBOutlet NSButton *confirmAddRelationButton; IBOutlet NSProgressIndicator *dataProgressIndicator; IBOutlet NSTextField *progressStatusTextField; - + + IBOutlet NSView *detailErrorView; + IBOutlet NSTextView *detailErrorText; + SPMySQLConnection *connection; NSUserDefaults *prefs; |