From: Robin Dunn Date: Fri, 28 May 2004 04:10:54 +0000 (+0000) Subject: Put the locale files in teh right place X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a1d66aef6fdacef3d21b6a89cf983693bf7d8e2a Put the locale files in teh right place git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/make_installer.py b/wxPython/distrib/make_installer.py index f16f158a73..2623911e91 100644 --- a/wxPython/distrib/make_installer.py +++ b/wxPython/distrib/make_installer.py @@ -456,7 +456,7 @@ def build_locale_string(): if not os.path.isdir(filename): lst.append( locale_template % (filename, dirname) ) - os.path.walk('wxPython\\locale', walk_helper, stringlst) + os.path.walk('wx\\locale', walk_helper, stringlst) return '\n'.join(stringlst) def get_system_dir():