blob: 5cbff6b160a0123f99146bf7c70ddd9b13087f0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ac,v 1.1 2001/05/07 12:00:59 jtb Exp $
--- igmt.tcl.orig Tue Sep 5 14:39:17 2000
+++ igmt.tcl
@@ -192,9 +192,9 @@
# copy the default image to fill the frame the first time if there is
# no temporary file around
-exec $igmt_root/igmt_helper_checkfile $gif_filename $def_gif_filename
+#exec $igmt_root/igmt_helper_checkfile $gif_filename $def_gif_filename
-image create photo map_image -file $gif_filename
+image create photo map_image -file $def_gif_filename
label .mapimage -image map_image -bd 1 -relief sunken
pack .mapimage
pack .mb .mapimage -fill x -fill y -side top
|