Commit 01a5c4eb authored by Simon Forrest's avatar Simon Forrest
Browse files

Lazarus resource changes.

Detail:

  Changes made to Lazarus resources only in progressing towards the
  final UI for the IAC.  Affected files are:

    * Sprites: reduced-palette sprites used where possible to minimize
      memory usage.

    * Templates: the foreground colour of icon #0 in the error dialogue
      box has been altered to be colour 0 (black) in line with the
      other template changes made in previous versions.  (This icon
      was accidentally missed.)

Admin:

  Minor changes, but untested.

Version 4.31. Tagged as 'Wimp-4_31'
parent 335096cf
No preview for this file type
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
GBLS Module_MinorVersion GBLS Module_MinorVersion
GBLS Module_Date GBLS Module_Date
GBLS Module_FullVersion GBLS Module_FullVersion
Module_MajorVersion SETS "4.30" Module_MajorVersion SETS "4.31"
Module_Version SETA 430 Module_Version SETA 431
Module_MinorVersion SETS "" Module_MinorVersion SETS ""
Module_Date SETS "23 Sep 1999" Module_Date SETS "28 Sep 1999"
Module_FullVersion SETS "4.30" Module_FullVersion SETS "4.31"
END END
/* (4.30) /* (4.31)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* *
*/ */
#define Module_MajorVersion_CMHG 4.30 #define Module_MajorVersion_CMHG 4.31
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 23 Sep 1999 #define Module_Date_CMHG 28 Sep 1999
#define Module_MajorVersion "4.30" #define Module_MajorVersion "4.31"
#define Module_Version 430 #define Module_Version 431
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "23 Sep 1999" #define Module_Date "28 Sep 1999"
#define Module_FullVersion "4.30" #define Module_FullVersion "4.31"
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