aboutsummaryrefslogtreecommitdiffhomepage
path: root/images/gimp/scripts/proofgeneral.scm
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-09-13 14:22:02 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-09-13 14:22:02 +0000
commit1fa284b5bd94a0f84604f80b928dac668b880cc5 (patch)
treee8351d63c8cc331b1dbb9d9f576b660c5bc9cc71 /images/gimp/scripts/proofgeneral.scm
parent33535c43eac23dd3981ada7a69250644d8be4a2e (diff)
Added new buttons. (xbm files currently missing, some icons not made yet, confusingly copied old ones.
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 7c67d5b5..ac55e0b1 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")))
+ '("goal" "next" "qed" "restart" "retract" "undo" "use" "show" "context" "info" "command")))
(script-fu-register "script-fu-proofgeneral-make-all-buttons"
"<Toolbox>/Xtns/Script-Fu/Proof General/Make All Buttons"