home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 December
/
PCWorld_2000-12_cd.bin
/
Komunikace
/
Comanche
/
comanche
/
comanche.tcl
next >
Wrap
Text File
|
2000-11-02
|
149b
|
11 lines
namespace eval comanche {
set version 2.0b6
}
proc ::comanche::showMessage { text } {
MessageDlg .d -type ok -message $text
}