]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/window.cpp
X property data is long for format 32
[wxWidgets.git] / src / motif / window.cpp
index 3063917e6122e4a3e127698df2f855cfae5c9839..efc13e52739d446f4e9778ee4206bea3ead9f1a5 100644 (file)
@@ -629,7 +629,8 @@ void wxWindow::Lower()
 
 void wxWindow::SetLabel(const wxString& label)
 {
-    XtVaSetValues((Widget)GetMainWidget(), XmNtitle, label.mb_str(), NULL);
+    XtVaSetValues((Widget)GetMainWidget(), XmNtitle,
+                  (const char*)label.mb_str(), NULL);
 }
 
 wxString wxWindow::GetLabel() const