Changeset 954 for trunk/setup_win32.py

Show
Ignore:
Timestamp:
04/01/05 16:55:56 (4 years ago)
Author:
nk
Message:

gajim.sh --> gajim.py, adding psyco support if available, small fix in new message dialog if @ is not given

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/setup_win32.py

    r952 r954  
    22## 
    33## Gajim Team: 
    4 ##      - Yann Le Boulanger <asterix@lagaule.org> 
    5 ##      - Vincent Hanquez <tab@snarc.org> 
     4## - Yann Le Boulanger <asterix@lagaule.org> 
     5## - Vincent Hanquez <tab@snarc.org> 
    66##      - Nikos Kouremenos <kourem@gmail.com> 
    77##      Copyright (C) 2003-2005 Gajim Team 
     
    4141    name = "Gajim", 
    4242    description = "A jabber client", 
    43 #    console=["gajim.sh"], 
    44     windows = [{"script": "gajim.sh", 
     43#    console=["gajim.py"], 
     44    windows = [{"script": "gajim.py", 
    4545                "icon_resources": [(1, "gajim.ico")]}], 
    4646    options=opts,