helphtml: fix captions for darwin hotkeys

git-svn-id: trunk@26766 -
This commit is contained in:
dmitry 2010-07-21 20:22:40 +00:00
parent 67fa623ccb
commit e908d5dfe6

View File

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