From c988843bf03b2c39a8ffe58eab12750b15a578dc Mon Sep 17 00:00:00 2001 From: svkalinin Date: Wed, 23 Nov 2022 12:46:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BF=D1=83=D0=BD=D0=BA=D1=82=20'=D0=97=D0=B0=D0=BA?= =?UTF-8?q?=D1=80=D1=8B=D1=82=D1=8C=20=D0=B2=D1=81=D1=91'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/menu.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/menu.tcl b/lib/menu.tcl index d80afe6..4248071 100644 --- a/lib/menu.tcl +++ b/lib/menu.tcl @@ -31,7 +31,8 @@ proc GetFileMenu {m} { } } $m add command -label [::msgcat::mc "Close folder"] -command {FileOper::CloseFolder} - + $m add command -label [::msgcat::mc "Close all"] -command {FileOper::CloseAll} + #$m add command -label [::msgcat::mc "Open"] -command {FileDialog $tree open}\ #-font $fontNormal -accelerator "Ctrl+O" -state disable $m add separator