summaryrefslogtreecommitdiff
path: root/cad/mpac/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2001-07-01 18:36:03 +0000
committerdmcmahill <dmcmahill>2001-07-01 18:36:03 +0000
commitba6e4d9df6ebfd6c52aa75088eda36e07fd6d32c (patch)
treee94b3c69b6ef64f23efbcfb7a4ac869d363c9e41 /cad/mpac/patches
parent7892c92b1d775cfab229d9427dddd9733c79d285 (diff)
downloadpkgsrc-ba6e4d9df6ebfd6c52aa75088eda36e07fd6d32c.tar.gz
add a "quit" button.
bump to nb1.
Diffstat (limited to 'cad/mpac/patches')
-rw-r--r--cad/mpac/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/cad/mpac/patches/patch-aa b/cad/mpac/patches/patch-aa
new file mode 100644
index 00000000000..45f8b77c1e2
--- /dev/null
+++ b/cad/mpac/patches/patch-aa
@@ -0,0 +1,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
+
+