From: fredrik Date: Mon, 7 May 2007 19:40:28 +0000 (+0000) Subject: Replace buttons with menu. X-Git-Tag: 0.4~48 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=8aaef95b351a6a717e5f3967113204021bdb9c7b Replace buttons with menu. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@1022 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/config/dolconf-wnd.desc b/config/dolconf-wnd.desc index 35e9314..a52698b 100644 --- a/config/dolconf-wnd.desc +++ b/config/dolconf-wnd.desc @@ -1,7 +1,16 @@ ;prefix: cfw_ ;hascolumns: y +;hasaccels: y :wnd name: wnd title: "Dolda Connect configurator" var: y sig(delete_event): astcancel :vbox + :menubar + :menuitem label: _Main + :menu + $smenuitem name: save stock: SAVE sig: activate + $smenuitem name: quit stock: QUIT sig: activate + end + end + end :notebook pos: LEFT fill: y expand: y :table rows: 4 cols: 2 nblabel: "_Published info" $mlbl label: "Screen _name" mwidget: nick tx: 0 ty: 0 @@ -50,9 +59,5 @@ end end end - :hbox - $btn label: "_Save settings" name: save sig: clicked - $sbtn stock: QUIT name: quit sig: clicked - end end end