Changeset 135 for 05/devel/kombilo.py
- Timestamp:
- 04/06/04 19:34:15 (5 years ago)
- Files:
-
- 1 modified
-
05/devel/kombilo.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
05/devel/kombilo.py
r132 r135 4 4 ## Copyright (C) 2001-4 Ulrich Goertz (u@g0ertz.de) 5 5 6 ## Kombilo 0.5 kis a go database program.6 ## Kombilo 0.5l is a go database program. 7 7 8 8 ## This program is free software; you can redistribute it and/or modify … … 37 37 t.pack() 38 38 39 t.insert(END, 'Kombilo 0.5 k\n\n The Python Megawidgets (Pmw) library was not found. It is needed by Kombilo, ' + \39 t.insert(END, 'Kombilo 0.5l\n\n The Python Megawidgets (Pmw) library was not found. It is needed by Kombilo, ' + \ 40 40 'so you have to install it before you can use Kombilo. See the Kombilo tutorial at ' + \ 41 41 'http://www.u-go.net/kombilo/tutorial#installation or the Pmw web site at ' + \ … … 6000 6000 t = [] 6001 6001 6002 t.append('Kombilo 0.5 k- written by Ulrich Goertz (u@g0ertz.de)\n\n')6002 t.append('Kombilo 0.5l - written by Ulrich Goertz (u@g0ertz.de)\n\n') 6003 6003 t.append('Kombilo is a go database program.\n') 6004 6004 t.append('You can find more information on Kombilo and the newest ')
