]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/PlatWX.cpp
fix typo in drawing slider ticks; added assert to check for it (slightly modified...
[wxWidgets.git] / src / stc / PlatWX.cpp
index 8abff4b97dbfccbb0d3c20cbb4ac135c8cd99127..eaf9899f0374d9b6ff7f6076763c9eacf2ace546 100644 (file)
@@ -804,7 +804,7 @@ void ListBox::Clear() {
 }
 
 void ListBox::Append(char *s) {
-    GETLB(id)->Append(s);
+    GETLB(id)->Append(stc2wx(s));
 }
 
 int ListBox::Length() {