git-gui: Correct line wrapping for too many branch message
commitd45b52b540b13a6dae816b65f0f5431b56583570
authorShawn O. Pearce <spearce@spearce.org>
Sun, 29 Apr 2007 01:32:27 +0000 (28 21:32 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 2 May 2007 17:06:10 +0000 (2 13:06 -0400)
treefa73a06ad12653f92154d345571595826cf0b04d
parent1afd1ec1077a6d43b9492e19ea88f5928204d4cc
git-gui: Correct line wrapping for too many branch message

Since Tk automatically wraps lines for us in tk_messageBox
widgets we don't need to try to wrap them ourselves.  Its
actually worse that we linewrapped this here in the script,
as not all fonts will render this dialog nicely.

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