diff options
author | dmcmahill <dmcmahill> | 2001-07-01 18:36:03 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-07-01 18:36:03 +0000 |
commit | e89cef392a540d283cfb427a7b676f4a940f2eb6 (patch) | |
tree | e94b3c69b6ef64f23efbcfb7a4ac869d363c9e41 /cad/mpac/patches | |
parent | d4b41bd710f8b2f278b64a44393bc7b773c2100a (diff) | |
download | pkgsrc-e89cef392a540d283cfb427a7b676f4a940f2eb6.tar.gz |
add a "quit" button.
bump to nb1.
Diffstat (limited to 'cad/mpac/patches')
-rw-r--r-- | cad/mpac/patches/patch-aa | 14 |
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 + + |