projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
return correct client area for at least the primary display, fixes the problems with...
[wxWidgets.git]
/
wxPython
/
src
/
_intl_ex.py
diff --git
a/wxPython/src/_intl_ex.py
b/wxPython/src/_intl_ex.py
index bc0ae4b947ccdd3a894d9ee065e68fded5a0f21b..f572dd25494490560b048b7a2b00cbaa2311ff9b 100644
(file)
--- a/
wxPython/src/_intl_ex.py
+++ b/
wxPython/src/_intl_ex.py
@@
-3,7
+3,7
@@
# to the default catalog path.
if wx.Platform == "__WXMSW__":
import os
# to the default catalog path.
if wx.Platform == "__WXMSW__":
import os
- _localedir = os.path.join(os.path.split(__file__)[0], "
i18n
")
+ _localedir = os.path.join(os.path.split(__file__)[0], "
locale
")
Locale.AddCatalogLookupPathPrefix(_localedir)
del os
Locale.AddCatalogLookupPathPrefix(_localedir)
del os