mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Include Remind version in Options dialog.
This commit is contained in:
@@ -780,7 +780,7 @@ proc EditOptions {} {
|
|||||||
pack $w.f -side top -expand 1 -fill both
|
pack $w.f -side top -expand 1 -fill both
|
||||||
pack $w.b -side top -expand 0 -fill x
|
pack $w.b -side top -expand 0 -fill x
|
||||||
|
|
||||||
label $w.ver -text "TkRemind version @VERSION@ on Tcl/Tk version [info tclversion]"
|
label $w.ver -text "TkRemind version @VERSION@ on Tcl/Tk version [info tclversion] with Remind version $ver"
|
||||||
pack $w.ver -in $w.f -side top -expand 0 -fill x
|
pack $w.ver -in $w.f -side top -expand 0 -fill x
|
||||||
# Start iconified
|
# Start iconified
|
||||||
checkbutton $w.startIconified -text "Start up Iconified" \
|
checkbutton $w.startIconified -text "Start up Iconified" \
|
||||||
|
|||||||
Reference in New Issue
Block a user