mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 08:49:38 +02:00
* ErrorHandler correction
This commit is contained in:
parent
a1f1b9c441
commit
f846bccd00
@ -158,13 +158,17 @@ end;
|
||||
function TranslateKeyEventUniCode (KeyEvent: TKeyEvent): TKeyEvent;
|
||||
begin
|
||||
TranslateKeyEventUniCode := KeyEvent;
|
||||
ErrorHandler (errKbdNotImplemented, nil);
|
||||
ErrorCode := errKbdNotImplemented;
|
||||
(* ErrorHandler (errKbdNotImplemented, nil);*)
|
||||
end;
|
||||
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 2001-01-13 11:03:58 peter
|
||||
Revision 1.2 2001-01-13 12:01:07 hajny
|
||||
* ErrorHandler correction
|
||||
|
||||
Revision 1.1 2001/01/13 11:03:58 peter
|
||||
* API 2 RTL commit
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user