]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/src/_intl_ex.py
1 #----------------------------------------------------------------------------
2 # On MSW add the directory where the wxWidgets catalogs were installed
3 # to the default catalog path.
4 if wx
.Platform
== "__WXMSW__":
6 localedir
= os
.path
.join(os
.path
.split(__file__
)[0], "locale")
7 Locale_AddCatalogLookupPathPrefix(localedir
)
10 #----------------------------------------------------------------------------