From 07644ebede47751a05615a016800fb0c149d21ba Mon Sep 17 00:00:00 2001 From: fredrik Date: Mon, 19 Dec 2005 03:41:45 +0000 Subject: [PATCH] Add copy hash to clipboard stuff git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@535 959494ce-11ee-0310-bf91-de5d638817bd --- clients/gtk2/mainwnd.desc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clients/gtk2/mainwnd.desc b/clients/gtk2/mainwnd.desc index 5cfbfe3..337227c 100644 --- a/clients/gtk2/mainwnd.desc +++ b/clients/gtk2/mainwnd.desc @@ -7,9 +7,11 @@ ;hasrenderers: y :menu name: srpopup var: y $menuitem name: srhash label: "Search for this hash" sig: activate var: y + $menuitem name: srcopy label: "Copy this hash to clipboard" sig: activate var: y end :menu name: trpopup var: y $menuitem name: trhash label: "Search for this hash" sig: activate var: y + $menuitem name: trcopy label: "Copy this hash to clipboard" sig: activate var: y $menuitem name: trcancel label: "Cancel transfer" sig: activate end :wnd name: wnd title: "Dolda Connect" var: y sig(delete_event):initdeath -- 2.11.0