git-gui: Disable tearoff menus on Windows, Mac OS X
commitf60fdd0eaaaf92882f3e6aeb19bb85482fab6d39
authorShawn O. Pearce <spearce@spearce.org>
Mon, 28 May 2007 15:34:47 +0000 (28 11:34 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 28 May 2007 21:50:41 +0000 (28 17:50 -0400)
tree90c2f8015400d3e8241b088c14fb6c0de6dde168
parentf8371706635b7ea19e8df2739e09b8bd3fbf7768
git-gui: Disable tearoff menus on Windows, Mac OS X

The Windows and Mac OS X platforms do not generally use the tearoff
menu feature found on traditional X11 based systems.  On Windows the
Tk engine does support the feature, but it really is out of place and
just confuses people who aren't used to working on a UNIX system.  On
Mac OS X its not supported for the root menu bar and its submenus, as
it doesn't fit into the overall platform UI model.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh