corrected string (bug #407214).
2007-02-13 Sven Neumann <sven@gimp.org> * modules/controller_linux_input.c (key_events): corrected string (bug #407214). svn path=/trunk/; revision=21908
This commit is contained in:

committed by
Sven Neumann

parent
0d5bf0ffda
commit
76a1869f01
@ -72,7 +72,7 @@ static const LinuxInputEvent key_events[] =
|
||||
{ BTN_SIDE, "button-side", N_("Button Side") },
|
||||
{ BTN_EXTRA, "button-extra", N_("Button Extra") },
|
||||
{ BTN_FORWARD, "button-forward", N_("Button Forward") },
|
||||
{ BTN_BACK, "button-back", N_("Button Forward") },
|
||||
{ BTN_BACK, "button-back", N_("Button Back") },
|
||||
{ BTN_TASK, "button-task", N_("Button Task") },
|
||||
#ifdef BTN_WHEEL
|
||||
{ BTN_WHEEL, "button-wheel", N_("Button Wheel") },
|
||||
|
Reference in New Issue
Block a user