aboutsummaryrefslogtreecommitdiffhomepage
path: root/images
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
parent08df95c30a55d53517a2d7de4560ce2c3306b3b5 (diff)
Updated with new buttons
Diffstat (limited to 'images')
-rw-r--r--images/Makefile2
-rw-r--r--images/gimp/scripts/proofgeneral.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/images/Makefile b/images/Makefile
index 14555338..4e6ae5e7 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -19,7 +19,7 @@
###########################################################################
# Sources
-BUTTONS=goal.xcf next.xcf qed.xcf restart.xcf retract.xcf undo.xcf use.xcf show.xcf context.xcf info.xcf command.xcf
+BUTTONS=goal.xcf next.xcf qed.xcf restart.xcf retract.xcf undo.xcf use.xcf state.xcf context.xcf info.xcf command.xcf help.xcf find.xcf
WEBPIX=isabelle_transparent.xcf ProofGeneral.xcf pg-text.xcf
# Targets for html directory
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"