1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/data/themes/blue/pkgIndex.tcl
skomoroh 815f4bd210 * misc improvements
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@86 efabe8c0-fbe8-4139-b769-b5e6d273206e
2006-11-05 22:46:19 +00:00

6 lines
189 B
Tcl

# Package index for tile demo pixmap themes.
if {[file isdirectory [file join $dir blue]]} {
package ifneeded tile::theme::blue 0.7 \
[list source [file join $dir blue.tcl]]
}