IDEIntg: fixed typo

git-svn-id: trunk@16487 -
This commit is contained in:
mattias 2008-09-08 12:38:59 +00:00
parent a2e89f470a
commit 391e62dbb5

View File

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