]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/listbox.cpp
Use OUTLINETEXTMETRIC::otmpFamilyName to get wxFont face name from MSW.
[wxWidgets.git] / src / gtk1 / listbox.cpp
index 3c2090064787fb737344adc55a1cf81d50bc57d8..66feebd3c37cc9408773f46ebcd8600f92aa1b36 100644 (file)
@@ -774,7 +774,7 @@ wxString wxListBox::GetRealLabel(GList *item) const
     str = wxString( label->label );
 
 #if wxUSE_CHECKLISTBOX
-    // checklistboxes have "[±] " prepended to their lables, remove it
+    // checklistboxes have "[±] " prepended to their lables, remove it
     //
     // NB: 4 below is the length of wxCHECKLBOX_STRING from wx/gtk1/checklst.h
     if ( m_hasCheckBoxes )