projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Replaced SetSizeHints -> SetMinSize
[wxWidgets.git]
/
src
/
mac
/
carbon
/
accel.cpp
diff --git
a/src/mac/carbon/accel.cpp
b/src/mac/carbon/accel.cpp
index 839184384c562643f5be7210e738da27bc43c01c..484b49e5adb24bfded02019e2b5066766afb394d 100644
(file)
--- a/
src/mac/carbon/accel.cpp
+++ b/
src/mac/carbon/accel.cpp
@@
-77,7
+77,7
@@
wxAcceleratorTable::wxAcceleratorTable(int n, const wxAcceleratorEntry entries[]
}
}
-bool wxAcceleratorTable::Ok() const
+bool wxAcceleratorTable::
Is
Ok() const
{
return (m_refData != NULL);
}