Compare commits

...

2 Commits

Author SHA1 Message Date
svkalinin a981fdea6d Новая сборка 2022-10-21 15:01:34 +03:00
svkalinin b83313b9be Исправления гуя 2022-10-21 14:59:08 +03:00
2 changed files with 4 additions and 2 deletions

View File

@ -78,6 +78,8 @@ namespace eval Git {
lappend res $line
}
# cd $d
.frmStatus.lblGit configure -text "[::msgcat::mc "Branch"]: [Git::Branches current]"
if [info exists res] {
return $res
}
@ -455,7 +457,7 @@ namespace eval Git {
# pack $win.yscroll -side left -expand false -fill y
grid $win.bAdd -column 0 -row 0 -columnspan 2 -sticky new
grid $win.lBox -column 0 -row 1
grid $win.yscroll -column 1 -row 1
grid $win.yscroll -column 1 -row 1 -sticky nsw
set lst [Git::Branches all]
foreach { word } $lst {

View File

@ -10,7 +10,7 @@ exec wish "$0" -- "$@"
######################################################
# Version: 2.0.0
# Release: alpha
# Build: 21102022140732
# Build: 21102022145927
######################################################
# определим текущую версию, релиз и т.д.