From d23b0c9c71238343210bf3027ddca9583de9f7c5 Mon Sep 17 00:00:00 2001
From: Christian Beckmann <c.beckmann@donders.ru.nl>
Date: Fri, 9 May 2003 12:45:59 +0000
Subject: [PATCH] changed help button link to melodic2 docs

---
 melodic.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/melodic.tcl b/melodic.tcl
index 93bd38c..a4d4ad9 100644
--- a/melodic.tcl
+++ b/melodic.tcl
@@ -367,7 +367,7 @@ pack $w.varnorm $w.dim  $w.thresh $w.ostats $w.report -in $fmri(melodicf) -ancho
     bind $w.cancel <Return> {
         [winfo toplevel %W].cancel invoke}
  
-    button $w.help -command "FmribWebHelp file: ${FSLDIR}/doc/melodic/index.html" \
+    button $w.help -command "FmribWebHelp file: ${FSLDIR}/doc/melodic2/index.html" \
             -text "Help" -width 5
     bind $w.help <Return> {
         [winfo toplevel %W].help invoke}
-- 
GitLab