wmaker: fix control shortcut label in window menu
commit9cb4388180029208ee1226e8e48e77978470a109
authorDavid Maciejak <david.maciejak@gmail.com>
Mon, 25 Aug 2014 06:14:34 +0000 (25 13:14 +0700)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 25 Aug 2014 09:42:29 +0000 (25 10:42 +0100)
tree800caaf0d86c75d6d9164c2e1aecb6e7050674b3
parent371818fe368d8f034c68ca1a93af83cb40b536a8
wmaker: fix control shortcut label in window menu

This patch is fixing the shortcut label used in window menu.
As now when a 'control' shortcut was used, the label displayed
was 'bug' cause GetShortcutString fct which is calling wXModifierFromKey
fct was waiting for a 'Control' static string not the default one
set to 'Ctrl' string.
src/defaults.c
src/misc.c