mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Fix bug #535
This commit is contained in:
@ -105,6 +105,7 @@ begin
|
|||||||
if modifyDB = '' then
|
if modifyDB = '' then
|
||||||
begin
|
begin
|
||||||
Caption := 'Create database ...';
|
Caption := 'Create database ...';
|
||||||
|
editDBName.Enabled := True;
|
||||||
editDBName.Text := '';
|
editDBName.Text := '';
|
||||||
editDBName.SetFocus;
|
editDBName.SetFocus;
|
||||||
selectCharset := defaultCharset;
|
selectCharset := defaultCharset;
|
||||||
|
Reference in New Issue
Block a user