]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/checklst.cpp
check that wxString is valid before dumping it
[wxWidgets.git] / src / os2 / checklst.cpp
index e1883b85451db375ed7bdaf21085869769deffca..c1a5a5cc09618356521fc8c66a688c4b8dffe179 100644 (file)
@@ -88,7 +88,7 @@ wxCheckListBoxItem::wxCheckListBoxItem (
   wxCheckListBox*                   pParent
 , size_t                            nIndex
 )
-: wxOwnerDrawn( ""
+: wxOwnerDrawn( wxEmptyString
                ,TRUE // checkable
               )
 {
@@ -122,7 +122,7 @@ bool wxCheckListBoxItem::OnDrawItem (
     //
     // Unfortunately PM doesn't quite get the text position exact.  We need to alter
     // it down and to the right, just a little bit.  The coords in rRect are OS/2
-    // coords not wxWindows coords.
+    // coords not wxWidgets coords.
     //
     vRect.x += 5;
     vRect.y -= 3;