]> git.entuzijast.net Git - imunes.git/commitdiff
Add a blank "icon" for better-looking cross-canvas links.
authormarko <marko>
Tue, 25 Oct 2005 14:47:15 +0000 (14:47 +0000)
committermarko <marko>
Tue, 25 Oct 2005 14:47:15 +0000 (14:47 +0000)
Bug found by:
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:

icons/normal/blank.gif [new file with mode: 0755]
initgui.tcl

diff --git a/icons/normal/blank.gif b/icons/normal/blank.gif
new file mode 100755 (executable)
index 0000000..a6657c0
Binary files /dev/null and b/icons/normal/blank.gif differ
index a7bc072b438a052a7186478d5d55a785744cbb74..16f9d525968bc0d9d65bfb40163bfecce2d7bd06 100755 (executable)
@@ -268,7 +268,7 @@ foreach b {select link hub lanswitch router host pc rj45} {
 foreach b {router host pc hub lanswitch frswitch rj45} {
     set $b [image create photo -file $ROOTDIR/$LIBDIR/icons/normal/$b.gif]
 }
-set pseudo [image create photo -file $ROOTDIR/$LIBDIR/icons/tiny/delete.gif]
+set pseudo [image create photo -file $ROOTDIR/$LIBDIR/icons/normal/blank.gif]
 
 
 frame .grid