diff options
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index b24977f5..7f7c2297 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -123,9 +123,6 @@ - (NSString *)getHTMLforPrint; -//alert sheets method -- (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(NSString *)contextInfo; - //connection getter - (CMMCPConnection *)sharedConnection; @@ -136,6 +133,7 @@ - (IBAction)closeDatabaseSheet:(id)sender; - (IBAction)removeDatabase:(id)sender; - (IBAction)showMySQLHelp:(id)sender; +- (IBAction)saveServerVariables:(id)sender; //encoding methods - (void)setConnectionEncoding:(NSString *)mysqlEncoding reloadingViews:(BOOL)reloadViews; |