diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-05-08 14:14:40 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-05-08 14:14:40 +0200 |
commit | 084a8e18f5abd15c9da9c56ada4fad8d0d18102c (patch) | |
tree | fea23cce64bf8c7522358126a344b9c807e548f0 /kconfig/lxdialog/inputbox.c | |
parent | db796067af710f04e73eecdd46a8403ac7ce89f9 (diff) | |
download | crosstool-ng-084a8e18f5abd15c9da9c56ada4fad8d0d18102c.tar.gz crosstool-ng-084a8e18f5abd15c9da9c56ada4fad8d0d18102c.tar.bz2 crosstool-ng-084a8e18f5abd15c9da9c56ada4fad8d0d18102c.zip |
kconfig: update from linux-next
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'kconfig/lxdialog/inputbox.c')
-rw-r--r-- | kconfig/lxdialog/inputbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kconfig/lxdialog/inputbox.c b/kconfig/lxdialog/inputbox.c index 616c6013..dd8e587c 100644 --- a/kconfig/lxdialog/inputbox.c +++ b/kconfig/lxdialog/inputbox.c @@ -180,7 +180,7 @@ do_resize: 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 @@ do_resize: 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: |