]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_intl_ex.py
test wxString's char<->wchar_t ctors
[wxWidgets.git] / wxPython / src / _intl_ex.py
index bfab10096fa1868de47b8652d054fd200fe0f5db..b58b4e936b273eb0c6c0c624981342fc206100d5 100644 (file)
@@ -1,14 +1,5 @@
 #----------------------------------------------------------------------------
-# wxGTK sets the locale when initialized.  Doing this at the Python
-# level should set it up to match what GTK is doing at the C level.
-if wx.Platform == "__WXGTK__":
-    try:
-        import locale
-        locale.setlocale(locale.LC_ALL, "")
-    except:
-        pass
-
-# On MSW add the directory where the wxWindows catalogs were installed
+# On MSW add the directory where the wxWidgets catalogs were installed
 # to the default catalog path.
 if wx.Platform == "__WXMSW__":
     import os