Translate SynEdit shortcut captions. See http://www.heidisql.com/forum.php?t=19401

This commit is contained in:
Ansgar Becker
2015-12-01 13:39:51 +00:00
parent 6fb55669a9
commit 3fa8563ed3
2 changed files with 230 additions and 25 deletions

View File

@ -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);