Alexander Gavrilov writes: > I don't know about MacOS, but in Linux it does seem unnecessary, so: OK. Do you mostly develop on windows or on linux? > + if {$::tcl_platform(platform) ne {windows}} return Any particular reason why you used $tcl_platform(platform) rather than if {[tk windowingsystem] != "win32"} like we do elsewhere in gitk? Paul. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html