Overview
SHA1 Hash: | aeb2ac781d8ee71ad9fad05108c4f3fa267eb69d |
---|---|
Date: | 2007-09-24 22:23:32 |
User: | drh |
Comment: | Fix the menu of fossil_chat.tcl for mac. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified tools/fossil_chat.tcl from [8a1ca9df00] to [25cf4e8b76].
@@ -14,11 +14,11 @@ wm iconname . [wm title .] 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 } .mb add cascade -label File -underline 0 -menu .mb.file