WPrefs: Grouped config key and user display icon in a single struct
commit6b1b6bc02e709b2e9725f9fc015cb0c0eae624d6
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 12 Oct 2013 14:18:03 +0000 (12 16:18 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 12 Oct 2013 14:57:21 +0000 (12 15:57 +0100)
tree40434947f5c96a5e93c47eed448f0aae5bf1f84a
parenta01c1fcb799181bce8abb859d2d64b4a88e57a26
WPrefs: Grouped config key and user display icon in a single struct

Instead of defining 2 separate data arrays, use a array of struct
to make it less bug prone (no dependancy on order of elements).

Took opportunity to de-CamelCase the variable name;
Took opportunity to add appropriate const qualifier.
WPrefs.app/Docks.c