]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/control.cpp
Don't call StartingKey if the key was F2
[wxWidgets.git] / src / os2 / control.cpp
index df264fae88b6165880066ef0dcb168eea57b2d62..d515341c841da76459306c02b6f3fd79139dc08b 100644 (file)
@@ -115,7 +115,7 @@ bool wxControl::OS2CreateControl(
         dwStyle |= WS_VISIBLE;
 
     wxWindow*                       pParent = GetParent();
-    PSZ                             zClass;
+    PSZ                             zClass = "";
 
     if (!pParent)
         return FALSE;