]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/strconv.cpp
Implement wxRadioButton Get/SetLabel methods.
[wxWidgets.git] / src / common / strconv.cpp
index 0f54c2821f5d0b9715bba1e9f2db4b2dd56f57d0..f2364b7fc3f59994061dcd95eb97e12a94f8640d 100644 (file)
@@ -2736,7 +2736,7 @@ void wxCSConv::SetName(const char *charset)
 {
     if (charset)
     {
-        m_name = strdup(charset);
+        m_name = wxStrdup(charset);
         m_deferred = true;
     }
 }