Use "info patchlevel" to display detailed Tcl/Tk version.

This commit is contained in:
Dianne Skoll
2025-01-07 15:57:07 -05:00
parent aef5b353cd
commit 51677cd7b5

View File

@@ -798,7 +798,7 @@ proc EditOptions {} {
pack $w.f -side top -expand 1 -fill both
pack $w.b -side top -expand 0 -fill x
label $w.ver -text "TkRemind version @VERSION@ on Tcl/Tk version [info tclversion] with Remind version $ver"
label $w.ver -text "TkRemind version @VERSION@ on Tcl/Tk version [info patchlevel] with Remind version $ver"
pack $w.ver -in $w.f -side top -expand 0 -fill x
# Start iconified
checkbutton $w.startIconified -text "Start up Iconified" \