From 8e8501e30f3d37d7a49964f4a00673a7e6c76d85 Mon Sep 17 00:00:00 2001
From: Matthew Webster <mwebster@fmrib.ox.ac.uk>
Date: Wed, 1 Aug 2007 16:01:50 +0000
Subject: [PATCH] changed error message for fdt

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

diff --git a/fdt.tcl b/fdt.tcl
index 4cd082c..ebf786e 100644
--- a/fdt.tcl
+++ b/fdt.tcl
@@ -881,7 +881,7 @@ proc fdt:apply { w dialog } {
     }
 
     if { $canwrite } { 
-	if { $FSLPARALLEL } { MxPause " Job submitted to queue" } else  { MxPause "  Done!  " }
+	if { $FSLPARALLEL && { $probtrack(tool) == "bedpost" || $probtrack(tool)=="probtrack" } } { MxPause " Job submitted to queue" } else  { MxPause "  Done!  " }
 	update idletasks
     }
 
-- 
GitLab