The user configuration is saved to the usmuser.ini file. A part of this file contains the GTK+ Scol parameters.
These keys are :
gtk_iconmodify :
Defines whether the user accepts that an Scol application changes
the default icon for all Scol applications (Scol restart needed).
If the user is ok, this key is yes, otherwise no (by default,
or other value than yes).
At the library loading, the function 'SCOLinit2dGTKclass' tests this key and set the default icon, if any. So a restart is required for the new value registered.
gtk_iconpath :
Defines the absolut default icon path, if 'iconmodify' is set to yes. If
the value is empty or invalid, it will be 'logo.png' into Scol install
directory (as Scol.exe). If logo.png is unavailable, the Scol icon
will be set.
[DEV] Fonctionnel mais doit être améliorée pour prendre un chemin relatif
à la partition active et non absolu. [/DEV]