|
From: <bu...@us...> - 2006-04-07 14:47:35
|
Revision: 642 Author: bugant Date: 2006-04-07 07:47:23 -0700 (Fri, 07 Apr 2006) ViewCVS: http://svn.sourceforge.net/yaacs/?rev=642&view=rev Log Message: ----------- * move paul.png in extra-icons dir; * use the new paul's location on yamon; Modified Paths: -------------- trunk/yamon.tcl Added Paths: ----------- trunk/tkyaacs/extra-icons/paul.png Removed Paths: ------------- trunk/share/paul.png Deleted: trunk/share/paul.png =================================================================== (Binary files differ) Copied: trunk/tkyaacs/extra-icons/paul.png (from rev 633, trunk/share/paul.png) =================================================================== (Binary files differ) Modified: trunk/yamon.tcl =================================================================== --- trunk/yamon.tcl 2006-04-07 14:41:53 UTC (rev 641) +++ trunk/yamon.tcl 2006-04-07 14:47:23 UTC (rev 642) @@ -421,7 +421,7 @@ wm iconname $w $title wm transient $w [winfo toplevel [winfo parent $w]] - set paul [file join $::yaconf::sharePath "paul.png"] + set paul [file join $::tkyaacs::library extra-icons "paul.png"] set pho [image create photo pho -file $paul] label $w.photo -image $pho label $w.lblLog -text [mc "User: "] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |