]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/accel.cpp
support accelerators for buttons too (slightly modified patch 1549012)
[wxWidgets.git] / src / mac / carbon / accel.cpp
index 839184384c562643f5be7210e738da27bc43c01c..484b49e5adb24bfded02019e2b5066766afb394d 100644 (file)
@@ -77,7 +77,7 @@ wxAcceleratorTable::wxAcceleratorTable(int n, const wxAcceleratorEntry entries[]
     }
 }
 
-bool wxAcceleratorTable::Ok() const
+bool wxAcceleratorTable::IsOk() const
 {
     return (m_refData != NULL);
 }