* ErrorHandler correction

This commit is contained in:
Tomas Hajny 2001-01-13 12:01:07 +00:00
parent a1f1b9c441
commit f846bccd00

View File

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