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:
Sven Neumann 2007-02-13 08:10:46 +00:00 committed by Sven Neumann
parent 0d5bf0ffda
commit 76a1869f01
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-02-13 Sven Neumann <sven@gimp.org>
* modules/controller_linux_input.c (key_events): corrected string
(bug #407214).
2007-02-13 Sven Neumann <sven@gimp.org>
* app/widgets/gimpcontrollerlist.c (gimp_controller_list_edit_clicked):

View file

@ -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") },