mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Replace default value in object editors by ghosted hint text
This commit is contained in:
@ -112,7 +112,7 @@ begin
|
||||
if not Found then
|
||||
Raise Exception.Create('Trigger definition not found!');
|
||||
end else begin
|
||||
editName.Text := 'Enter trigger name';
|
||||
editName.Text := '';
|
||||
end;
|
||||
Modified := False;
|
||||
btnSave.Enabled := Modified;
|
||||
|
Reference in New Issue
Block a user