~zaber/openobject-client/zaber-6.1

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Xavier ALT
  • Date: 2013-06-14 09:30:30 UTC
  • mfrom: (2102.1.1 6.1-opw-591393-xal)
  • Revision ID: xal@openerp.com-20130614093030-t3hi4mcqn2z2sw95
[FIX] win32: also include GTK's share\locale overwise standard GTK terms will not be translated

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
    if os.getenv('gtk_runtime'):
204
204
        gtk_runtime=os.getenv('gtk_runtime')
205
205
        # To enable gtk theme we need to add below dir of gtkruntime to dist dir
206
 
        add_dir = ["share\\themes", "lib\\gtk-2.0", "etc"]
 
206
        add_dir = ["share\\locale", "share\\themes", "lib\\gtk-2.0", "etc"]
207
207
        for dir in add_dir:
208
208
            copy(opj(gtk_runtime, dir), opj(dist, dir))
209
209
    else: