aboutsummaryrefslogtreecommitdiffhomepage
path: root/images
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-19 17:54:19 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-19 17:54:19 +0000
commit779def3226ef45b82fd95ac506caea6f0afb92bd (patch)
tree0e509b5a5c1eee5011705d63708e11e137b717b4 /images
parentdfa0bad0ca32bb835cd78255a9760aa9bc8a693a (diff)
Added goto button.
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 5dce4a91..82aa2b04 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 state.xcf context.xcf info.xcf command.xcf help.xcf find.xcf interrupt.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 interrupt.xcf goto.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 757734fc..c18e365f 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" "state" "context" "info" "command" "find" "help" "interrupt")))
+ '("goal" "next" "qed" "restart" "retract" "undo" "use" "state" "context" "info" "command" "find" "help" "interrupt" "goto")))
(script-fu-register "script-fu-proofgeneral-make-all-buttons"
"<Toolbox>/Xtns/Script-Fu/Proof General/Make All Buttons"