Differences From:
File
tools/fossil_chat.tcl
part of check-in
[e0232ce1a0]
- Use tcl_platform to determine username, this is platform independent
by
mjanssen on
2007-09-24 21:05:45.
[view]
To:
File
tools/fossil_chat.tcl
part of check-in
[aeb2ac781d]
- Fix the menu of fossil_chat.tcl for mac.
by
drh on
2007-09-24 22:23:32.
[view]
@@ -15,9 +15,9 @@
set ::PRIVATE 0
menu .mb -type menubar
-if {$tcl_platform(platform)=="unix"} {
+if {$tcl_platform(platform)=="unix" && $tcl_platform(os)!="Darwin"} {
pack .mb -side top -fill x
} else {
. config -menu .mb
}