Changeset 132 for pykoticon

Show
Ignore:
Timestamp:
05/01/06 20:23:30 (18 years ago)
Author:
jerome
Message:

Changed %default to the real default value because of Python2.3.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykoticon/trunk/bin/pykoticon

    r128 r132  
    459459                            default=7654,  
    460460                            dest="port", 
    461                             help=_("the TCP port PyKotIcon will listen to, default is %default")) 
     461                            help=_("the TCP port PyKotIcon will listen to, default is 7654")) 
    462462    parser.add_option("-q", "--allowquit",  
    463463                            action="store_true",