WPrefs: Grouped config key and user display string in a single struct
commita01c1fcb799181bce8abb859d2d64b4a88e57a26
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 12 Oct 2013 14:18:02 +0000 (12 16:18 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 12 Oct 2013 14:57:21 +0000 (12 15:57 +0100)
tree31c040f1b4a8877a565ada911b4e47dc932b312e
parent85cef4e2d94a420deceeb896287e31d70a229c91
WPrefs: Grouped config key and user display string 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