From f4e0c763461b9e329cadc721f4adaecaf88e0ccc Mon Sep 17 00:00:00 2001 From: Jouk Date: Wed, 22 Sep 2021 08:44:01 +0200 Subject: [PATCH] Add wxUSE_SPELLCHECK to setup for OpenVMS --- setup.h_vms | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.h_vms b/setup.h_vms index aa63876e8e..37e85b1ae9 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -3,7 +3,7 @@ * Template for the set.h file for VMS * * Created from setup.h_in * * Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * - * Date : 24 June 2021 * + * Date : 22 September 2021 * * * *****************************************************************************/ @@ -259,6 +259,8 @@ typedef pid_t GPid; #define wxUSE_SECRETSTORE 0 +#define wxUSE_SPELLCHECK 1 + #define wxUSE_STDPATHS 1 #define wxUSE_TEXTBUFFER 1