regards,
elektrikblues
You can create a tclkit.inf file in the root of your vfs tree and the
sdx utility will read this and modify the string version resources.
For instance, tkchat uses:
CompanyName "Pat Thoyts"
LegalCopyright "Copyright (c) 2001-2008 Bruce Hartweg et al."
FileDescription "Jabber multi-user chat client"
ProductName "tkchat"
ProductVersion "2.0.0.0"
--
Pat Thoyts http://www.patthoyts.tk/
To reply, rot13 the return address or read the X-Address header.
PGP fingerprint 2C 6E 98 07 2C 59 C8 97 10 CE 11 E6 04 E0 B9 DD
Hi,
Thanks for your tip. It worked for me. However there is also another
method which i found from the wiki: http://wiki.tcl.tk/10922
The procedure mentioned in this link is also working. But its not as
easy and simple as the method you have suggested.