From 3432af0fc59a4fb6a77dae3b4ab13162d85ebb54 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Wed, 10 Dec 2008 18:43:17 +0100 Subject: typo fix --- src/core/libs/lib-ui-interactive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 791f10e..78ecf74 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -565,7 +565,7 @@ interactive_runtime_network() { fi ask_option no "Select a network interface" $ifaces || return 1 #TODO: code used originaly --nocancel here. what's the use? + make ok button 'select' - INTERFACE=$ANSWER_OPTION ;; + INTERFACE=$ANSWER_OPTION ask_yesno "Do you want to use DHCP?" -- cgit v1.2.3-54-g00ecf