]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xti/classlist.cpp
Fix setting the parent of wxProgressDialog.
[wxWidgets.git] / samples / xti / classlist.cpp
index 2c84834a89dce526b20b561ce6252b04f7050785..03527270c5b490d06c4c38fbbaa4baaf3bb6fd62 100644 (file)
@@ -4,9 +4,9 @@
 // Author:      Francesco Montorsi
 // Modified by: 
 // Created:     03/06/2007 14:49:55
-// RCS-ID:      $Id: classlist.cpp 48186 2007-08-19 19:59:54Z FM $
+// RCS-ID:      $Id$
 // Copyright:   (c) 2007 Francesco Montorsi
-// Licence:     wxWidgets license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -429,7 +429,7 @@ wxString DumpPropertyInfo(const wxPropertyInfo *prop, int indent)
     infostr << ind << _T("collection element type: ") << DumpTypeInfo(prop->GetCollectionElementTypeInfo());
     infostr << ind << _T("type: ") << DumpTypeInfo(prop->GetTypeInfo());
 
-    infostr << ind << _T("default value: ") << DumpStr(prop->GetDefaultValue().GetAsString());
+    infostr << ind << _T("default value: ") << DumpStr(wxAnyGetAsString(prop->GetDefaultValue()));
     infostr << DumpPropertyAccessor(prop->GetAccessor(), indent+1);
 
     return infostr;