]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/accel.cpp
Fix typo in last commit
[wxWidgets.git] / src / os2 / accel.cpp
index fc5f2a319b4c8ad5be8c07b36c424d7543646be6..c65092363e75cab008d6a33557b2dc91758077f7 100644 (file)
@@ -199,7 +199,7 @@ bool wxAcceleratorTable::Translate( WXHWND  hWnd,
                              ,GetHaccel()
                              ,pMsg
                             );
-    return (Ok() && rc);
+    return (IsOk() && rc);
 } // end of wxAcceleratorTable::Translate
 
 // ---------------------------------------------------------------------------