From: fredrik Date: Sun, 22 Apr 2007 23:57:38 +0000 (+0000) Subject: Incremental update. X-Git-Tag: 0.4~109 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=fd466db8a13a0d79ec3a4765d91e6ff99344364e Incremental update. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@961 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/config/dolconf-assistant.desc b/config/dolconf-assistant.desc index b4e3559..9a31ea4 100644 --- a/config/dolconf-assistant.desc +++ b/config/dolconf-assistant.desc @@ -30,9 +30,23 @@ :vbox title: "Network" cmpl: TRUE $lbl label: "Please choose the network mode to use" $radio label: "_Active mode" var: y name: mode_act - $lbl label: "Active mode is the best choice when this computer is connected directly to the internet" wrap: y + $lbl markup: "Active mode is the best choice when this computer is connected directly to the internet." wrap: y align: "0:0.5" wpad: "20:0" $radio label: "Active with specified _port" var: y name: mode_nat group: mode_act + :vbox sensitive: FALSE var: y name: portbox + :hbox spacing: 10 + $mlbl label: "_TCP port:" mwidget: tcpport + $text name: tcpport var: y fill: y expand: y + $mlbl label: "_UDP port:" mwidget: udpport + $text name: udpport var: y fill: y expand: y + end + :hbox spacing: 10 + $mlbl label: "_IP address:" mwidget: extip + $text name: extip var: y fill: y expand: y + end + end + $lbl markup: "Specify a port when this computer is behind a NAT router or similar. You will also need to configure your NAT router to forward that port to this computer, and specify what external IP address to use." wrap: y align: "0:0.5" wpad: "20:0" $radio label: "Passi_ve mode" var: y name: mode_psv group: mode_act + $lbl markup: "Passive mode can be used as a last resort if you truly cannot use active mode. It is highly likely that using passive mode will lead to impaired performance." wrap: y align: "0:0.5" wpad: "20:0" end :vbox title: "Confirmation" ptype: CONFIRM cmpl: TRUE $lbl label: "Please confirm that you wish to apply the following options:"