* name of the mode for ISO Extended Pascal is ExtendedPascal, not Extended

git-svn-id: trunk@47595 -
(cherry picked from commit 5ce84538a4)
This commit is contained in:
svenbarth 2020-11-25 22:48:38 +00:00 committed by Florian Klämpfl
parent 57758b7645
commit 0578662cc9

View File

@ -3797,7 +3797,7 @@ begin
SetMode(msMac,MacModeSwitches,false,bsMacPasMode);
'ISO':
SetMode(msIso,ISOModeSwitches,false,[],[],false);
'EXTENDED':
'EXTENDEDPASCAL':
SetMode(msExtpas,ExtPasModeSwitches,false,[],[],false);
'GPC':
SetMode(msGPC,GPCModeSwitches,false);