mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Include TkRemind version in title bar.
All checks were successful
Remind unit tests / tests (push) Successful in 30s
All checks were successful
Remind unit tests / tests (push) Successful in 30s
This commit is contained in:
@@ -1106,9 +1106,9 @@ proc ConfigureCalWindow { month year firstDay numDays } {
|
||||
global Hostname
|
||||
.h.title configure -text "$month $year"
|
||||
if {[info exists Hostname]} {
|
||||
wm title . "$month $year - TkRemind on $Hostname"
|
||||
wm title . "$month $year - TkRemind @VERSION@ on $Hostname"
|
||||
} else {
|
||||
wm title . "$month $year - TkRemind"
|
||||
wm title . "$month $year - TkRemind @VERSION@"
|
||||
}
|
||||
wm iconname . "$month $year"
|
||||
ConfigureCalFrame .cal $firstDay $numDays
|
||||
|
||||
Reference in New Issue
Block a user