diff -r 1cca90ce0481 -r da77b5e7cb9f kconfig/lxdialog/inputbox.c --- a/kconfig/lxdialog/inputbox.c Fri Oct 17 12:47:53 2008 +0000 +++ b/kconfig/lxdialog/inputbox.c Mon Feb 13 21:10:06 2012 +0100 @@ -180,7 +180,7 @@ case KEY_LEFT: switch (button) { case -1: - button = 1; /* Indicates "Cancel" button is selected */ + button = 1; /* Indicates "Help" button is selected */ print_buttons(dialog, height, width, 1); break; case 0: @@ -204,7 +204,7 @@ print_buttons(dialog, height, width, 0); break; case 0: - button = 1; /* Indicates "Cancel" button is selected */ + button = 1; /* Indicates "Help" button is selected */ print_buttons(dialog, height, width, 1); break; case 1: