From: fredrik Date: Mon, 23 Apr 2007 03:01:41 +0000 (+0000) Subject: First iteration. X-Git-Tag: 0.4~103 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=08afef8b846a02517828801411f8f0b2cf6530eb First iteration. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@967 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/config/dolconf-assistant.desc b/config/dolconf-assistant.desc index 9a31ea4..8f29ecf 100644 --- a/config/dolconf-assistant.desc +++ b/config/dolconf-assistant.desc @@ -27,21 +27,21 @@ end end end - :vbox title: "Network" cmpl: TRUE + :vbox title: "Network" cmpl: TRUE var: y name: page3 $lbl label: "Please choose the network mode to use" $radio label: "_Active mode" var: y name: mode_act $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 + $radio label: "Active with specified _port" var: y name: mode_nat group: mode_act sig: toggled :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 + $text name: tcpport var: y fill: y expand: y sig(changed): cb_ast_checkports $mlbl label: "_UDP port:" mwidget: udpport - $text name: udpport var: y fill: y expand: y + $text name: udpport var: y fill: y expand: y sig(changed): cb_ast_checkports end :hbox spacing: 10 $mlbl label: "_IP address:" mwidget: extip - $text name: extip var: y fill: y expand: y + $text name: extip var: y fill: y expand: y sig(changed): cb_ast_checkports 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"