aboutsummaryrefslogtreecommitdiffhomepage
path: root/images/gimp/scripts/proofgeneral.scm
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-09-22 15:44:55 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-09-22 15:44:55 +0000
commit9e84e39364da4a4a02143a3597c5f586e0a7b1be (patch)
tree7d67f329d7d81d0c2fd48d357c1f9c40d83143d8 /images/gimp/scripts/proofgeneral.scm
parent08df95c30a55d53517a2d7de4560ce2c3306b3b5 (diff)
Updated with new buttons
Diffstat (limited to 'images/gimp/scripts/proofgeneral.scm')
-rw-r--r--images/gimp/scripts/proofgeneral.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/gimp/scripts/proofgeneral.scm b/images/gimp/scripts/proofgeneral.scm
index be96ab6b..77be8c62 100644
--- a/images/gimp/scripts/proofgeneral.scm
+++ b/images/gimp/scripts/proofgeneral.scm
@@ -48,7 +48,7 @@
(define (script-fu-proofgeneral-make-all-buttons)
(mapcar script-fu-proofgeneral-make-button
- '("goal" "next" "qed" "restart" "retract" "undo" "use" "show" "context" "info" "command")))
+ '("goal" "next" "qed" "restart" "retract" "undo" "use" "state" "context" "info" "command" "find" "help")))
(script-fu-register "script-fu-proofgeneral-make-all-buttons"
"<Toolbox>/Xtns/Script-Fu/Proof General/Make All Buttons"