mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 19:43:15 +01:00
* use UpdateCrc32 instead of Crc32
git-svn-id: trunk@9779 -
This commit is contained in:
parent
793fd8fc09
commit
39cd83a465
@ -430,7 +430,8 @@ begin
|
||||
AltMouseAction:=INIFile^.GetIntEntry(secMouse,ieAltClickAction,AltMouseAction);
|
||||
CtrlMouseAction:=INIFile^.GetIntEntry(secMouse,ieCtrlClickAction,CtrlMouseAction);
|
||||
{Keyboard}
|
||||
case crc32(upcase(INIFile^.GetEntry(secKeyboard,ieEditKeys,''))) of
|
||||
S:=upcase(INIFile^.GetEntry(secKeyboard,ieEditKeys,''));
|
||||
case UpdateCrc32(0,s[1],Length(s)) of
|
||||
$86a4c898: {crc32 for 'MICROSOFT'}
|
||||
EditKeys:=ekm_microsoft;
|
||||
$b20b87b3: {crc32 for 'BORLAND'}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user