From: Pat Thoyts Date: Wed, 25 Nov 2009 22:39:54 +0000 (+0000) Subject: Updated to handle additional Tk 8.6 files X-Git-Url: http://privyetmir.co.uk/gitweb?a=commitdiff_plain;h=4ff18409c284fa2c3e7efd647f9bf7c963c03620;p=kitgen Updated to handle additional Tk 8.6 files git-svn-id: svn://svn.equi4.com/kitgen/trunk@4723 9e558909-932a-0410-a563-af77432da1eb --- diff --git a/setupvfs.tcl b/setupvfs.tcl index 372d474..73b9237 100644 --- a/setupvfs.tcl +++ b/setupvfs.tcl @@ -148,9 +148,15 @@ set guifiles { lib/tk8@/tkfbox.tcl lib/tk8@/unsupported.tcl lib/tk8@/xmfbox.tcl + lib/tk8@/images/logo64.gif } # handle new or deleted files -foreach f { lib/tk8@/prolog.ps lib/tk8@/icons.tcl } { +foreach f { + lib/tk8@/prolog.ps + lib/tk8@/fontchooser.tcl + lib/tk8@/icons.tcl + lib/tk8@/iconlist.tcl +} { set fx [string map $versmap $f] if {[file exists build/$fx]} { lappend guifiles $f