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
This commit is contained in:
parent
691d944f7e
commit
a1d66aef6f
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user