mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Translate SynEdit shortcut captions. See http://www.heidisql.com/forum.php?t=19401
This commit is contained in:
@ -862,6 +862,7 @@ begin
|
||||
CellText := CellText + ' ';
|
||||
CellText := CellText + t[i];
|
||||
end;
|
||||
CellText := _(CellText);
|
||||
end else if Assigned(Data.Action) then begin
|
||||
CellText := Data.Action.Caption;
|
||||
CellText := StripHotkey(CellText);
|
||||
|
Reference in New Issue
Block a user