Give the window an appropriate title.

This commit is contained in:
Dianne Skoll
2025-10-22 13:05:14 -04:00
parent 53a1318306
commit 7a1a5abc0f

View File

@@ -4985,6 +4985,7 @@ proc ShowManPage { cmd jump destroy } {
CenterWindow $w .
raise $w
}
wm title $w "$cmd Manual Page"
focus $w.t
}