]> git.saurik.com Git - wxWidgets.git/blame - wxPython/src/_intl_ex.py
Give SendSizeEvent a generic implementation. It can be useful on
[wxWidgets.git] / wxPython / src / _intl_ex.py
CommitLineData
d14a1e28 1#----------------------------------------------------------------------------
89c876de 2# On MSW add the directory where the wxWidgets catalogs were installed
d14a1e28
RD
3# to the default catalog path.
4if wx.Platform == "__WXMSW__":
5 import os
6 localedir = os.path.join(os.path.split(__file__)[0], "locale")
7 Locale_AddCatalogLookupPathPrefix(localedir)
8 del os
9
10#----------------------------------------------------------------------------