summaryrefslogtreecommitdiff
path: root/cad/mpac/patches/patch-aa
blob: 45f8b77c1e2ffcb42132cff4576b448f22b43b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.1 2001/07/01 18:36:04 dmcmahill Exp $

add a "Quit" button.  Change will be submitted to the author.

--- mpac.tcl.orig	Tue Jan 18 21:25:34 2000
+++ mpac.tcl	Tue May 15 16:14:05 2001
@@ -195,5 +195,6 @@
 button .two.calculate -text "Recalculate" -command CalcIt -padx 5
 button .two.reset -text "Reset" -command reset_values -padx 5 
-pack .two.calculate .two.reset	-side right
+button .two.quit -text "Quit" -command exit -padx 5 
+pack .two.calculate .two.reset .two.quit       -side right