mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 11:01:20 +02:00
chmhelp: example: fixed compilation under non darwin
git-svn-id: trunk@37996 -
This commit is contained in:
parent
9884894f1b
commit
66ad98d7d4
@ -41,7 +41,7 @@ const
|
||||
{$IFDEF Darwin}
|
||||
HelpShortcut = #$e2#$8c#$98'?';
|
||||
{$ELSE}
|
||||
HelpShortcut = 'F1'';
|
||||
HelpShortcut = 'F1';
|
||||
{$ENDIF}
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user