Changeset 158 for 05/devel

Show
Ignore:
Timestamp:
07/02/04 20:07:07 (4 years ago)
Author:
ug
Message:

New version number: 0.5m

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 05/devel/kombilo.py

    r156 r158  
    44##   Copyright (C) 2001-4 Ulrich Goertz (u@g0ertz.de) 
    55 
    6 ##   Kombilo 0.5l is a go database program. 
     6##   Kombilo 0.5m is a go database program. 
    77 
    88##   This program is free software; you can redistribute it and/or modify 
     
    3737    t.pack() 
    3838 
    39     t.insert(END, 'Kombilo 0.5l\n\n The Python Megawidgets (Pmw) library was not found. It is needed by Kombilo, ' + \ 
     39    t.insert(END, 'Kombilo 0.5m\n\n The Python Megawidgets (Pmw) library was not found. It is needed by Kombilo, ' + \ 
    4040             'so you have to install it before you can use Kombilo. See the Kombilo tutorial at ' + \ 
    4141             'http://www.u-go.net/kombilo/tutorial#installation or the Pmw web site at ' + \ 
     
    60026002        t = [] 
    60036003         
    6004         t.append('Kombilo 0.5l - written by Ulrich Goertz (u@g0ertz.de)\n\n') 
     6004        t.append('Kombilo 0.5m - written by Ulrich Goertz (u@g0ertz.de)\n\n') 
    60056005        t.append('Kombilo is a go database program.\n') 
    60066006        t.append('You can find more information on Kombilo and the newest ')