From c6d9ccf48dcc12c907fd6e86035b5964972ab881 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 30 Apr 2009 21:28:40 +0000 Subject: =?UTF-8?q?=E2=80=A2=20added=20"MySQL=20Help"=20to=20the=20MainMen?= =?UTF-8?q?u=20>=20Help=20submenu=20-=20it=20shows=20the=20MySQL=20Help=20?= =?UTF-8?q?TOC=20of=20the=20front=20most=20tableDocument=20mysql=20connect?= =?UTF-8?q?ion,=20i.e.=20each=20tableDocument=20has=20its=20own=20Help=20w?= =?UTF-8?q?indow=20(due=20to=20the=20fact=20that=20the=20Help=20is=20versi?= =?UTF-8?q?on=20specific),=20and=20makes=20it=20the=20keyWindow=20-=20chan?= =?UTF-8?q?ged=20the=20way=20for=20getting=20the=20mySQLversion=20into=20t?= =?UTF-8?q?he=20CustomQuery;=20now=20a=20new=20tableDocument=20set=20it=20?= =?UTF-8?q?via=20[customQueryInstance=20setMySQLversion:foo];=20the=20othe?= =?UTF-8?q?r=20way=20was=20to=20unsafe=20regarding=20to=20get=20the=20vers?= =?UTF-8?q?ion=20if=20MySQL=20Help=20was=20invoked=20via=20MainMenu=20?= =?UTF-8?q?=E2=80=A2=20Help=20window=20and=20Create=20Table=20Syntax=20win?= =?UTF-8?q?dow=20will=20be=20released=20while=20closing=20the=20tableDocum?= =?UTF-8?q?ent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/TableDocument.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/TableDocument.h') diff --git a/Source/TableDocument.h b/Source/TableDocument.h index fb35d612..94e95047 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -134,6 +134,7 @@ - (IBAction)addDatabase:(id)sender; - (IBAction)closeDatabaseSheet:(id)sender; - (IBAction)removeDatabase:(id)sender; +- (IBAction)showMySQLHelp:(id)sender; //encoding methods - (void)setConnectionEncoding:(NSString *)mysqlEncoding reloadingViews:(BOOL)reloadViews; -- cgit v1.2.3