]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/control.cpp
useIconFont was always false for Win9x
[wxWidgets.git] / src / os2 / control.cpp
index 6b858be71e3d0e74eff2235037f3e83e50414d84..d515341c841da76459306c02b6f3fd79139dc08b 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     09/17/99
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
@@ -115,7 +115,7 @@ bool wxControl::OS2CreateControl(
         dwStyle |= WS_VISIBLE;
 
     wxWindow*                       pParent = GetParent();
-    PSZ                             zClass;
+    PSZ                             zClass = "";
 
     if (!pParent)
         return FALSE;