mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-20 23:01:37 +02:00
example: html help: fixed compilation
git-svn-id: trunk@37999 -
This commit is contained in:
parent
bf3705c2d3
commit
3be38ebef4
@ -91,7 +91,7 @@ const
|
||||
{$IFDEF Darwin}
|
||||
HelpShortcut = #$e2#$8c#$98'?';
|
||||
{$ELSE}
|
||||
HelpShortcut = 'F1'';
|
||||
HelpShortcut = 'F1';
|
||||
{$ENDIF}
|
||||
begin
|
||||
HTMLHelpDatabase1.BaseURL:='file://html';
|
||||
|
Loading…
Reference in New Issue
Block a user