Explorar el Código

* ErrorHandler correction

Tomas Hajny hace 24 años
padre
commit
f846bccd00
Se han modificado 1 ficheros con 6 adiciones y 2 borrados
  1. 6 2
      rtl/os2/keyboard.pp

+ 6 - 2
rtl/os2/keyboard.pp

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