
; $VER: NewAppIcon.cfg 1.0 (7.7.97)


; NewAppIcon 1.0 - Configuration file
;
; This file configures which AppIcons' images should be replaced by
; other icons' images. It will be searched through from top to bottom,
; so if an AppIcon matches more than one entry, the first matching
; entry will be used.
;
; All entries in this file must match the following template:
;
;   TITLE/A,TASK/A,ICON/K,ORIGINAL/S
;
;
; TITLE    - DOS pattern for the AppIcon's name to match.
;
; TASK     - DOS pattern for the AppIcon's task name to match.
;
; ICON     - Path of the new icon to use as AppIcon image (".info"
;            extension not required).
;            Must not be used together with ORIGINAL.
;
; ORIGINAL - Use the original AppIcon image (ie. don't do anything to
;            this AppIcon).
;            Must not be used together with ICON.
;
;
; Notes: - You must either specify ICON *or* ORIGINAL (not both).
;        - Both TITLE *and* TASK must be matched to change an AppIcon
;          (eg. if you don't need TASK, specify "#?" there)!
;        - Empty lines and lines starting with ";" in this file
;          are ignored.
;        - This file will only be scanned on startup, so if you modify
;          it, you will have to quit and start NewAppIcon again.


; *************************  DEMO CONFIGURATION  *************************

; these programs may use their original AppIcon images
"(KingCON|Opus 5|GIF Toolkit)" #? ORIGINAL
#? "ToolManager Handler" ORIGINAL

; new AppIcon image for Hexagons
Hexagons #? ICON=DH1:Games/Hexagons/Hexagons.info

; new standard AppIcon image for all others
#? #? ICON=ENV:sys/def_Tool.info

