kconfig/lxdialog/inputbox.c
changeset 2882 da77b5e7cb9f
parent 943 1cca90ce0481
     1.1 --- a/kconfig/lxdialog/inputbox.c	Fri Oct 17 12:47:53 2008 +0000
     1.2 +++ b/kconfig/lxdialog/inputbox.c	Mon Feb 13 21:10:06 2012 +0100
     1.3 @@ -180,7 +180,7 @@
     1.4  		case KEY_LEFT:
     1.5  			switch (button) {
     1.6  			case -1:
     1.7 -				button = 1;	/* Indicates "Cancel" button is selected */
     1.8 +				button = 1;	/* Indicates "Help" button is selected */
     1.9  				print_buttons(dialog, height, width, 1);
    1.10  				break;
    1.11  			case 0:
    1.12 @@ -204,7 +204,7 @@
    1.13  				print_buttons(dialog, height, width, 0);
    1.14  				break;
    1.15  			case 0:
    1.16 -				button = 1;	/* Indicates "Cancel" button is selected */
    1.17 +				button = 1;	/* Indicates "Help" button is selected */
    1.18  				print_buttons(dialog, height, width, 1);
    1.19  				break;
    1.20  			case 1: