projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Standardize on using "Added" instead of "Add" in the change log.
[wxWidgets.git]
/
src
/
os2
/
accel.cpp
diff --git
a/src/os2/accel.cpp
b/src/os2/accel.cpp
index fc5f2a319b4c8ad5be8c07b36c424d7543646be6..c65092363e75cab008d6a33557b2dc91758077f7 100644
(file)
--- a/
src/os2/accel.cpp
+++ b/
src/os2/accel.cpp
@@
-199,7
+199,7
@@
bool wxAcceleratorTable::Translate( WXHWND hWnd,
,GetHaccel()
,pMsg
);
- return (Ok() && rc);
+ return (
Is
Ok() && rc);
} // end of wxAcceleratorTable::Translate
// ---------------------------------------------------------------------------