WPrefs: Added const attribute to statically stored strings
commit0004d38ef884d92a1daf34f67aadb8fb6d249fc9
authorChristophe CURIS <christophe.curis@free.fr>
Wed, 8 May 2013 13:44:08 +0000 (8 15:44 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 8 May 2013 14:05:00 +0000 (8 15:05 +0100)
treeab244975ea17e60a85cea9ac5a941ddfc2495b37
parent8517f3dcef46a25e3c3f6dc9d7370f77551ede2f
WPrefs: Added const attribute to statically stored strings

Now that the function handling the configuration dictionnary are
const correct, the key stored in static array can be given the const
attribute.
WPrefs.app/Expert.c
WPrefs.app/KeyboardShortcuts.c