]> git.saurik.com Git - wxWidgets.git/commitdiff
Put the locale files in teh right place
authorRobin Dunn <robin@alldunn.com>
Fri, 28 May 2004 04:10:54 +0000 (04:10 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 28 May 2004 04:10:54 +0000 (04:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/make_installer.py

index f16f158a73b261dbdb8e1b1105a601c3590f5a46..2623911e91bb0f274c4763f4bdb022024be6c85c 100644 (file)
@@ -456,7 +456,7 @@ def build_locale_string():
             if not os.path.isdir(filename):
                 lst.append( locale_template % (filename, dirname) )
 
             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():
     return '\n'.join(stringlst)
 
 def get_system_dir():