mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 01:56:36 +08:00
Call more useful online help by "Help" button on table editor
This commit is contained in:
@ -2275,7 +2275,7 @@ end;
|
||||
procedure TfrmTableEditor.btnHelpClick(Sender: TObject);
|
||||
begin
|
||||
// Help button
|
||||
Mainform.CallSQLHelpWithKeyword('CREATE TABLE');
|
||||
Help(Self, 'createtable');
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user