]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/choice.cpp
changed charset to iso8859-2
[wxWidgets.git] / src / os2 / choice.cpp
index a39235977d1c236824aa990416d41ef5424fc6ec..a1cdd262b1e2ed85a35cf333337d6995a404a235 100644 (file)
@@ -39,16 +39,16 @@ bool wxChoice::Create(
 {
     long                            lSstyle;
 
-    if (!OS2CreateControl( pParent
-                          ,vId
-                          ,rPos
-                          ,rSize
-                          ,lStyle
+    if (!CreateControl( pParent
+                       ,vId
+                       ,rPos
+                       ,rSize
+                       ,lStyle
 #if wxUSE_VALIDATORS
-                          ,rValidator
+                       ,rValidator
 #endif
-                          ,rsName
-                         ))
+                       ,rsName
+                      ))
         return FALSE;
     lSstyle = CBS_DROPDOWNLIST |
               WS_TABSTOP       |