Правка

This commit is contained in:
svk
2026-01-30 14:08:05 +03:00
parent 478f1d156f
commit bded0b22b1

View File

@@ -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}