Добавил диалог 'Сохранить как'
All checks were successful
Build and Release / build (push) Successful in 24s

This commit is contained in:
svk
2026-01-30 13:47:05 +03:00
parent c4923c5871
commit e86b600cd9
6 changed files with 33 additions and 4 deletions

View File

@@ -20,6 +20,8 @@ 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 "Close file"] -command {FileOper::Close}\
-accelerator "Ctrl+w"
$m add command -label [::msgcat::mc "Close all"] -command {FileOper::CloseAll}