]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/listbox_osx.cpp
Made wxWindow::HasScrollbar() do what it says.
[wxWidgets.git] / src / osx / listbox_osx.cpp
index 1c3e28a5bf9be51e832bfd707e0b3a12b9ffdfdd..43d0bdb331b1b14f06dddc6c09953113591dca9e 100644 (file)
@@ -359,7 +359,7 @@ int wxListBox::DoInsertItems(const wxArrayStringsAdapter& items,
 
 void wxListBox::SetString(unsigned int n, const wxString& s)
 {
-    wxCHECK_RET( !IsSorted(), _T("can't set string in sorted listbox") );
+    wxCHECK_RET( !IsSorted(), wxT("can't set string in sorted listbox") );
 
     if ( IsSorted() )
         (*m_strings.sorted)[n] = s;