]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/utils.i
Some demo tweaks
[wxWidgets.git] / wxPython / src / utils.i
index 24a33a10efdd2b9208fcb47f0875f91f472901f6..f90583d8af8c53e55985dcb424b92d1da4d2921c 100644 (file)
@@ -23,7 +23,7 @@
 //---------------------------------------------------------------------------
 %{
     // Put some wx default wxChar* values into wxStrings.
-    DECLARE_DEF_STRING2(DateFormatStr, wxT("sashWindow"));
+    DECLARE_DEF_STRING2(DateFormatStr, wxT("%c"));
     static const wxString wxPyEmptyString(wxT(""));
 
 %}
@@ -1064,8 +1064,9 @@ wxLongLong wxGetLocalTimeMillis();
 //---------------------------------------------------------------------------
 
 %init %{
-    wxClassInfo::CleanUpClasses();
-    wxClassInfo::InitializeClasses();
+    // These are no longer needed since utils is back in the core
+//      wxClassInfo::CleanUpClasses();
+//      wxClassInfo::InitializeClasses();
 %}
 
 //---------------------------------------------------------------------------