mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 10:39:18 +02:00
IDEIntg: fixed typo
git-svn-id: trunk@16487 -
This commit is contained in:
parent
a2e89f470a
commit
391e62dbb5
@ -6402,7 +6402,7 @@ var
|
|||||||
{$IFDEF LCLcarbon}
|
{$IFDEF LCLcarbon}
|
||||||
AddAttribute(srVK_CMD);
|
AddAttribute(srVK_CMD);
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
AddAttribute(srVK_SHIFT);
|
AddAttribute(srVK_META);
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
if ssSuper in ShiftState then AddAttribute(srVK_SUPER);
|
if ssSuper in ShiftState then AddAttribute(srVK_SUPER);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user