X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=clients%2Fgtk2%2Fmainwnd.desc;h=03d46795cf146b6e21a9440e50ee606a39412615;hb=8d9ec191616c0144fb7e11b3ffbbd0afa3af2657;hp=4df0157561d52256566d4bfe9bf40cf34c6b411a;hpb=2e8363c82fd579fde64ab338d7497524e1c8b6b8;p=doldaconnect.git diff --git a/clients/gtk2/mainwnd.desc b/clients/gtk2/mainwnd.desc index 4df0157..03d4679 100644 --- a/clients/gtk2/mainwnd.desc +++ b/clients/gtk2/mainwnd.desc @@ -6,10 +6,13 @@ ;hascolumns: y ;hasrenderers: y :menu name: srpopup var: y - $menuitem name: srhash label: "Search this hash" sig: activate 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 this hash" sig: activate 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 :vbox @@ -26,6 +29,7 @@ end :menuitem label: Op_tions :menu $smenuitem name: prefmenu stock: PREFERENCES sig: activate + $menuitem name: lsres label: "_List resumable files" sig: activate end end end @@ -147,6 +151,9 @@ end #endif $textrend func: transnicebytefunc funcdata: "(gpointer)7" end + :tvcol title: "Speed" + $textrend func: transspeedinfo + end :tvcol title: "Error" $textrend func: transerrorinfo end