Move the list of keyboard shortcut texts into the array of their config keyword
commitcacc04d4a265a1a900f32289213ed7e4211cd914
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 28 Apr 2013 13:37:53 +0000 (28 15:37 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 2 May 2013 19:48:10 +0000 (2 20:48 +0100)
treebb99576bc0f86f11fdd8a658c676fe22480a1fcc
parent94777b97156db1a2bcdfcc8fd486fcc79b0bd7f7
Move the list of keyboard shortcut texts into the array of their config keyword

The config-file-keyword was defined in an array, but the user displayed
string was defined at another place, thus requiring special care when
modifying the list, to keep the same number of entries, in the same
order, ...

This was an open call for subtle bugs, so the keyword and user string
are now at a single place, making updates on the list easier and the
GUI generation code smaller.
WPrefs.app/KeyboardShortcuts.c