aboutsummaryrefslogtreecommitdiff
path: root/images/gimp/scripts
diff options
context:
space:
mode:
authorDavid Aspinall1999-11-19 17:54:19 +0000
committerDavid Aspinall1999-11-19 17:54:19 +0000
commit779def3226ef45b82fd95ac506caea6f0afb92bd (patch)
tree0e509b5a5c1eee5011705d63708e11e137b717b4 /images/gimp/scripts
parentdfa0bad0ca32bb835cd78255a9760aa9bc8a693a (diff)
Added goto button.
Diffstat (limited to 'images/gimp/scripts')
-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 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"