c_support #10

Merged
svk merged 74 commits from c_support into master 2026-02-12 12:23:37 +03:00
17 changed files with 1080 additions and 297 deletions
Showing only changes of commit bded0b22b1 - Show all commits

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}