projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Apply patch [ 1554746 ] wxXmlNode::InsertChild fix
[wxWidgets.git]
/
wxPython
/
distrib
/
make_installer_inno4.py
diff --git
a/wxPython/distrib/make_installer_inno4.py
b/wxPython/distrib/make_installer_inno4.py
index cee7c888a09acc56ac0d21ae5a94c81438733c2b..b3cc96dbd6e05e2a3576821882bcd0e8db92e900 100755
(executable)
--- a/
wxPython/distrib/make_installer_inno4.py
+++ b/
wxPython/distrib/make_installer_inno4.py
@@
-582,7
+582,7
@@
def build_locale_string(pkgdir):
if not os.path.isdir(filename):
lst.append( locale_template % (filename, pkgdir, dirname) )
- os.path.walk('wx\\
locale
', walk_helper, stringlst)
+ os.path.walk('wx\\
i18n
', walk_helper, stringlst)
return '\n'.join(stringlst)