From 0a913559d9a4de58ac165f8be6bc8fb96b00f283 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 9 Jul 2018 16:40:18 +0200
Subject: [PATCH] Fix capitalization of Octave

(cherry picked from commit aab9e7e09ea19f6ec119bbe3d7d4b45bba3e5e41)
---
 windows/dynare.nsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/windows/dynare.nsi b/windows/dynare.nsi
index b88c36d96..41e66fea6 100644
--- a/windows/dynare.nsi
+++ b/windows/dynare.nsi
@@ -110,7 +110,7 @@ SectionEnd
 
 SectionGroupEnd
 
-SectionGroup "MEX files for OCTAVE"
+SectionGroup "MEX files for Octave"
 
 Section "MEX files for Octave 4.4.0 (MinGW, 64bit)"
  SetOutPath $INSTDIR\mex\octave
-- 
GitLab