]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/radiobox.cpp
ignore clicks on a toolbar but outside any button
[wxWidgets.git] / src / os2 / radiobox.cpp
index 8fa3845bae85490bc2861789ed23fde1ed5f4a71..4e979893404f558ca39366d95885ee1ba795621f 100644 (file)
@@ -283,16 +283,16 @@ bool wxRadioBox::Create(
     //
     // Common initialization
     //
-    if (!OS2CreateControl( pParent
-                          ,vId
-                          ,rPos
-                          ,rSize
-                          ,lStyle
+    if (!CreateControl( pParent
+                       ,vId
+                       ,rPos
+                       ,rSize
+                       ,lStyle
 #if wxUSE_VALIDATORS
-                          ,rVal
+                       ,rVal
 #endif
-                          ,rsName
-                         ))
+                       ,rsName
+                      ))