X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65f3f920ba3601249efdd84efc1a9299d80d1b4f..afab8b85c4bdeb11a248c57d13e9bcfa14149ef8:/src/os2/accel.cpp?ds=inline diff --git a/src/os2/accel.cpp b/src/os2/accel.cpp index fc5f2a319b..7f8dfefc2b 100644 --- a/src/os2/accel.cpp +++ b/src/os2/accel.cpp @@ -4,7 +4,6 @@ // Author: David Webster // Modified by: // Created: 10/13/99 -// RCS-ID: $Id$ // Copyright: (c) David Webster // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -199,7 +198,7 @@ bool wxAcceleratorTable::Translate( WXHWND hWnd, ,GetHaccel() ,pMsg ); - return (Ok() && rc); + return (IsOk() && rc); } // end of wxAcceleratorTable::Translate // ---------------------------------------------------------------------------