Добавлен пункт 'Закрыть всё'

master
svkalinin 2022-11-23 12:46:55 +03:00
parent 15c9bd23af
commit c988843bf0
1 changed files with 2 additions and 1 deletions

View File

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