Changeset 159:5a0078210fff


Ignore:
Timestamp:
05/05/12 14:00:34 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Included the Hungarian messages and the hicolor icon theme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r137 r159  
    2929
    3030        path = os.path.join("share", "themes", "MS-Windows", "gtk-2.0")
     31        data_files.append((os.path.join("library", path),
     32                           glob(os.path.join(gtkRuntimeDir, path, "*"))))
     33       
     34        path = os.path.join("share", "locale", "hu", "LC_MESSAGES")
     35        data_files.append((os.path.join("library", path),
     36                           glob(os.path.join(gtkRuntimeDir, path, "*"))))
     37        path = os.path.join("share", "icons", "hicolor")
    3138        data_files.append((os.path.join("library", path),
    3239                           glob(os.path.join(gtkRuntimeDir, path, "*"))))
Note: See TracChangeset for help on using the changeset viewer.