From a7c3ebe9ae30116ec098655e32c7ee39651c43ea Mon Sep 17 00:00:00 2001 From: Matthew Webster <mwebster@fmrib.ox.ac.uk> Date: Tue, 15 Dec 2009 14:33:01 +0000 Subject: [PATCH] fixed typo --- fdt.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdt.tcl b/fdt.tcl index 34697a1..88492ee 100644 --- a/fdt.tcl +++ b/fdt.tcl @@ -885,7 +885,7 @@ proc fdt:apply { w dialog } { if { $registration(directory) == "" } { set errorStr "You must specify the bedpostX directory!" } if { $registration(struct_yn) && $registration(struct_image) == "" } { set errorStr "$errorStr You must specify the structural image!" } if { $registration(struct_yn) && $registration(nonlin_yn) && $registration(nonlin_image) == "" } { set errorStr "$errorStr You must specify the non-betted structural image!" } - if { $registration(standard_yn) && == "" } { set errorStr "$errorStr You must specify the standard image!" } + if { $registration(standard_yn) && $registration(standard_image) == "" } { set errorStr "$errorStr You must specify the standard image!" } if { $errorStr != "" } { MxPause $errorStr return -- GitLab