example: html help: fixed compilation

git-svn-id: trunk@37999 -
This commit is contained in:
mattias 2012-07-22 10:17:07 +00:00
parent bf3705c2d3
commit 3be38ebef4

View File

@ -91,7 +91,7 @@ const
{$IFDEF Darwin}
HelpShortcut = #$e2#$8c#$98'?';
{$ELSE}
HelpShortcut = 'F1'';
HelpShortcut = 'F1';
{$ENDIF}
begin
HTMLHelpDatabase1.BaseURL:='file://html';