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