]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/resource.cpp
Small changes after Robert's edits
[wxWidgets.git] / src / common / resource.cpp
index 5b29102a74ed850ac18a135910a322d3e8dd2798..23e87a3e312cae27c447ef661eeef62a0eab9d0e 100644 (file)
@@ -901,7 +901,7 @@ wxItemResource *wxResourceInterpretControl(wxResourceTable& table, PrologExpr *e
     }
   }
 #endif
-  else if (controlType == "wxText" || controlType == "wxTextCtrl")
+  else if (controlType == "wxText" || controlType == "wxTextCtrl" || controlType == "wxMultiText")
   {
     // Check for default value
     if (expr->Nth(count) && ((expr->Nth(count)->Type() == PrologString) || (expr->Nth(count)->Type() == PrologWord)))