WPrefs: Changed array of strings 'colorOptions' into a struct for explicitness
commitaa24e862c43d29f5c268b13d2faf19b00f826803
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 10 Nov 2013 16:41:11 +0000 (10 17:41 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 30 Dec 2013 18:11:04 +0000 (30 18:11 +0000)
tree0743e4b68c5e18e315a70f4421d7431f861b4f81
parentdb9e002ecff63b29af7559796dab9a8d978938e9
WPrefs: Changed array of strings 'colorOptions' into a struct for explicitness

The parameters for the theme colors were stored all together in an array
which made its usage error prone; now there a struct to clearly identify
which string is what, so it the source is clearer on what's being done.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
WPrefs.app/Appearance.c