Commit cc899742 authored by Kevin Bracey's avatar Kevin Bracey
Browse files

TrueIcon2 and TrueIcon3 turned on by default.

Version 4.20. Tagged as 'Wimp-4_20'
parent 528258c4
......@@ -54,8 +54,8 @@
Option StrongARM, true
Option FPE4, true ; assume FPE 4.00 or later present
Option TrueIcon1, true ; true colour support, phase 1
Option TrueIcon2, false :LAND: TrueIcon1 ; true colour support, phase 2
Option TrueIcon3, false :LAND: TrueIcon2 ; true colour support, phase 3 (windows)
Option TrueIcon2, true :LAND: TrueIcon1 ; true colour support, phase 2
Option TrueIcon3, true :LAND: TrueIcon2 ; true colour support, phase 3 (windows)
; Icon bar pops to front when pointer
Option PoppingIconBar, true:LAND::LNOT:DisableShiftF12 ; at bottom of screen
Option IconiseButton, false ; Windows given iconise button
......
......@@ -6,9 +6,9 @@
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "4.19"
Module_Version SETA 419
Module_MajorVersion SETS "4.20"
Module_Version SETA 420
Module_MinorVersion SETS ""
Module_Date SETS "29 Apr 1999"
Module_FullVersion SETS "4.19"
Module_FullVersion SETS "4.20"
END
/* (4.19)
/* (4.20)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 4.19
#define Module_MajorVersion_CMHG 4.20
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 29 Apr 1999
#define Module_MajorVersion "4.19"
#define Module_Version 419
#define Module_MajorVersion "4.20"
#define Module_Version 420
#define Module_MinorVersion ""
#define Module_Date "29 Apr 1999"
#define Module_FullVersion "4.19"
#define Module_FullVersion "4.20"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment