projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix for longlongHash for architectures where sizeof(long long) == sizeof(long)
[wxWidgets.git]
/
wxPython
/
src
/
_intl_ex.py
diff --git
a/wxPython/src/_intl_ex.py
b/wxPython/src/_intl_ex.py
index b58b4e936b273eb0c6c0c624981342fc206100d5..f572dd25494490560b048b7a2b00cbaa2311ff9b 100644
(file)
--- a/
wxPython/src/_intl_ex.py
+++ b/
wxPython/src/_intl_ex.py
@@
-3,8
+3,8
@@
# 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], "locale")
- Locale
_AddCatalogLookupPathPrefix(
localedir)
+
_
localedir = os.path.join(os.path.split(__file__)[0], "locale")
+ Locale
.AddCatalogLookupPathPrefix(_
localedir)
del os
#----------------------------------------------------------------------------
del os
#----------------------------------------------------------------------------