summaryrefslogtreecommitdiff
path: root/tk/tests/canvPsImg.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tk/tests/canvPsImg.tcl')
-rw-r--r--tk/tests/canvPsImg.tcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/tk/tests/canvPsImg.tcl b/tk/tests/canvPsImg.tcl
index 88a0648605b..043afa7cef8 100644
--- a/tk/tests/canvPsImg.tcl
+++ b/tk/tests/canvPsImg.tcl
@@ -69,7 +69,7 @@ foreach l { monochrome gray color } {
pack .t.$l -in .t.top.r -anchor w
}
-set BitmapImage [image create bitmap -file $tk_library/demos/images/face \
+set BitmapImage [image create bitmap -file $tk_library/demos/images/face.bmp \
-background white -foreground black]
set PhotoImage [image create photo -file $tk_library/demos/images/teapot.ppm]
@@ -82,4 +82,3 @@ button .t.file -text "Print to File" -command { FilePostscript .t.f.c }
button .t.print -text "Print" -command { PrintPostscript .t.f.c }
button .t.quit -text "Quit" -command { destroy .t }
pack .t.file .t.print .t.quit -in .t.bot -side left -fill x -expand 1
-