2 :wnd name: wnd title: "Dolda Connect" var: y sig(delete_event): cb_start_hide_clicked
5 $xpmimg data: dolda_icon_xpm
6 $lbl expand: y fill: y pad: 15 wrap: y label: "Dolda Connect is currently starting.\\n\\nDepending on the number of files you are sharing and the speed of your hard drive, this process may take a few minutes."
10 $btn name: hide label: "_Hide this window" sig: clicked
11 $sbtn name: abort stock: CANCEL sig: clicked
15 :wnd name: errwnd title: "Error" var: y sig(delete_event): cb_start_errok_clicked
18 $simg stock: DIALOG_ERROR size: DIALOG
19 $lbl pad: 15 wrap: y label: "The Dolda Connect daemon failed to start.\\n\\nThe following messages were recorded before the daemon aborted:"
22 $textview name: log var: y editable: FALSE
26 $sbtn name: errok stock: OK sig: clicked