]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxprop/src/prop.cpp
Applied FloodFill patch
[wxWidgets.git] / utils / wxprop / src / prop.cpp
index c4fe2823480231286113aa28e7560ffbfbe3e2cf..59802962dee99168788d1d8a93279ea2ab561930 100644 (file)
@@ -382,7 +382,7 @@ void wxPropertyValue::Copy(wxPropertyValue& copyFrom)
     case wxPropertyValueStringPtr:
     {
       char** s = copyFrom.StringValuePtr();
-      (*this) = s;
+      (*this) = s != 0;
       return ;
     }