mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 09:34:12 +02:00
* ErrorHandler correction
This commit is contained in:
parent
a1f1b9c441
commit
f846bccd00
@ -158,13 +158,17 @@ end;
|
|||||||
function TranslateKeyEventUniCode (KeyEvent: TKeyEvent): TKeyEvent;
|
function TranslateKeyEventUniCode (KeyEvent: TKeyEvent): TKeyEvent;
|
||||||
begin
|
begin
|
||||||
TranslateKeyEventUniCode := KeyEvent;
|
TranslateKeyEventUniCode := KeyEvent;
|
||||||
ErrorHandler (errKbdNotImplemented, nil);
|
ErrorCode := errKbdNotImplemented;
|
||||||
|
(* ErrorHandler (errKbdNotImplemented, nil);*)
|
||||||
end;
|
end;
|
||||||
|
|
||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* API 2 RTL commit
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user