From 518f6085ec64cbd75c4b992f3bb56ca9372c43de Mon Sep 17 00:00:00 2001
From: Mark Jenkinson <mark@fmrib.ox.ac.uk>
Date: Wed, 19 Nov 2008 12:14:26 +0000
Subject: [PATCH] Changed pico to nano as default editor

---
 doc/index.html | 2 +-
 fsledithd      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/index.html b/doc/index.html
index da32374..554a8bc 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -66,7 +66,7 @@ entire image is created, and will <b><i>overwrite</i></b> any
 and image to be edited in a text-based xml-style format (like the
 output of <kbd>fslhd -x</kbd> but with redundant fields removed
 and some help text provided).  Note that
-the default text editor used is pico, but other editors can be
+the default text editor used is nano, but other editors can be
 specified by the second argument.
 
 <br><br><LI><b>fslfft</b> - outputs the Fast-Fourier Transform (or inverse)
diff --git a/fsledithd b/fsledithd
index 539e39d..e4071b3 100755
--- a/fsledithd
+++ b/fsledithd
@@ -24,7 +24,7 @@ if [ _$FSLDIR = _ ] ; then
 fi
 
 if [ X$FSLEDITOR = X ] ; then
-    FSLEDITOR=pico
+    FSLEDITOR=nano
 fi
 if [ $# -ge 2 ] ; then
     FSLEDITOR=$2
-- 
GitLab