Fix the commit info tooltip for Windows
commit3ff117cac4fecb3ab55bda0904994e350ca1ffcc
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 19 Aug 2007 13:20:41 +0000 (19 15:20 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 22 Aug 2007 19:05:12 +0000 (22 21:05 +0200)
treecd354b3d7d8c16783b4d15b3a7e6bf92a9de5475
parent3943da39d2331c0e8f9c024a66f100f8b98b53cf
Fix the commit info tooltip for Windows

The SWT tooltip does not work nicely with TAB characters. Replace wth a space.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.egit.ui/src/org/spearce/egit/ui/GitHistoryPage.java