From 8aaef95b351a6a717e5f3967113204021bdb9c7b Mon Sep 17 00:00:00 2001 From: fredrik Date: Mon, 7 May 2007 19:40:28 +0000 Subject: [PATCH] Replace buttons with menu. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@1022 959494ce-11ee-0310-bf91-de5d638817bd --- config/dolconf-wnd.desc | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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 -- 2.11.0