From bded0b22b14535285ce1f02c9d9f0131ddef55c3 Mon Sep 17 00:00:00 2001 From: svk Date: Fri, 30 Jan 2026 14:08:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/menu.tcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/menu.tcl b/lib/menu.tcl index 1993f14..4526087 100644 --- a/lib/menu.tcl +++ b/lib/menu.tcl @@ -20,8 +20,7 @@ proc GetFileMenu {m} { } $m add command -label [::msgcat::mc "Save file"] -command {FileOper::Save}\ -accelerator "Ctrl+S" - $m add command -label [::msgcat::mc "Save as"] -command {FileOper::Save saveas}\ - -accelerator "Shift+Ctrl+S" + $m add command -label [::msgcat::mc "Save as"] -command {FileOper::Save saveas} $m add command -label [::msgcat::mc "Close file"] -command {FileOper::Close}\ -accelerator "Ctrl+w" $m add command -label [::msgcat::mc "Close all"] -command {FileOper::CloseAll}