Changeset 38
- Timestamp:
- 02/07/04 20:14:58 (5 years ago)
- Files:
-
- 05/bugfix/kombilo.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
05/bugfix/kombilo.py
r16 r38 4 4 ## Copyright (C) 2001-3 Ulrich Goertz (u@g0ertz.de) 5 5 6 ## Kombilo 0.5 gis a go database program.6 ## Kombilo 0.5h is a go database program. 7 7 8 8 ## This program is free software; you can redistribute it and/or modify … … 36 36 t = Text(root, wrap=WORD, width=70, height=12) 37 37 t.pack() 38 t.insert(END, 'Kombilo 0.5 g\n\n The Python Megawidgets (Pmw) library was not found. It is needed by Kombilo, ' + \38 t.insert(END, 'Kombilo 0.5h\n\n The Python Megawidgets (Pmw) library was not found. It is needed by Kombilo, ' + \ 39 39 'so you have to install it before you can use Kombilo. See the Kombilo tutorial at ' + \ 40 40 'http://www.u-go.net/kombilo/tutorial#installation or the Pmw web site at ' + \ … … 5750 5750 t = [] 5751 5751 5752 t.append('Kombilo 0.5 g- written by Ulrich Goertz (u@g0ertz.de)\n\n')5752 t.append('Kombilo 0.5h - written by Ulrich Goertz (u@g0ertz.de)\n\n') 5753 5753 t.append('Kombilo is a go database program.\n') 5754 5754 t.append('You can find more information on Kombilo and the newest ')
