From 7d5a699feb02b19b8af7563ac5b8a577ac3a229c Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Fri, 28 Jun 2019 11:37:30 +0200
Subject: [PATCH] bugfix: revert MNI152 name

nb: name is needed for backwards compatibility.
TODO implement tests for backwards compat
---
 src/res/ext/MNI152.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/res/ext/MNI152.json b/src/res/ext/MNI152.json
index e5c969b7c..ba1e9e238 100644
--- a/src/res/ext/MNI152.json
+++ b/src/res/ext/MNI152.json
@@ -1,5 +1,5 @@
 {
-  "name": "ICBM 2009c Nonlinear Asymmetric",
+  "name": "MNI 152 ICBM 2009c Nonlinear Asymmetric",
   "type": "template",
   "species": "Human",
   "useTheme": "dark",
-- 
GitLab