mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 11:39:27 +02:00
helphtml: fix captions for darwin hotkeys
git-svn-id: trunk@26766 -
This commit is contained in:
parent
67fa623ccb
commit
e908d5dfe6
@ -89,6 +89,10 @@ end;
|
||||
procedure TForm1.FormCreate(Sender: TObject);
|
||||
begin
|
||||
HTMLHelpDatabase1.BaseURL:='file://html';
|
||||
{$ifdef darwin}
|
||||
Edit1.Text:='Edit1 - Press '+#$e2#$8c#$98'?'+' for help';
|
||||
Edit2.Text:='Edit2 - Press '+#$e2#$8c#$98'?'+' for help';
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
initialization
|
||||
|
Loading…
Reference in New Issue
Block a user