diff options
author | abhibeckert <abhi@abhibeckert.com> | 2008-04-30 12:36:33 +0000 |
---|---|---|
committer | abhibeckert <abhi@abhibeckert.com> | 2008-04-30 12:36:33 +0000 |
commit | 6fefa167eb04635e7e329389ad584605cc0e9ce1 (patch) | |
tree | 1fd475403e2b8963e69c616032897337045352bc /TableDocument.h | |
parent | 65f2a8f2257c2c737b204e110c25ca443debca29 (diff) | |
download | sequelpro-6fefa167eb04635e7e329389ad584605cc0e9ce1.tar.gz sequelpro-6fefa167eb04635e7e329389ad584605cc0e9ce1.tar.bz2 sequelpro-6fefa167eb04635e7e329389ad584605cc0e9ce1.zip |
change create table syntax panel to a HID window
Diffstat (limited to 'TableDocument.h')
-rw-r--r-- | TableDocument.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TableDocument.h b/TableDocument.h index 15a3fd17..97041be1 100644 --- a/TableDocument.h +++ b/TableDocument.h @@ -73,6 +73,7 @@ IBOutlet id syntaxView; IBOutlet id syntaxViewContent; + IBOutlet NSWindow *createTableSyntaxWindow; CMMCPConnection *mySQLConnection; |