git-gui: Use arrow cursor rather than left_ptr.
commit00f949fbd831bda29dc909baf4a21d00a7c2c119
authorShawn O. Pearce <spearce@spearce.org>
Sun, 12 Nov 2006 07:30:02 +0000 (12 02:30 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 12 Nov 2006 07:30:02 +0000 (12 02:30 -0500)
tree7ae5089e0ef0e735047f2dce54ca78684c19e873
parentb5834d70fe970ccf955378d4f6e60a51a94bbaaf
git-gui: Use arrow cursor rather than left_ptr.

Arrow is available on all Tk platforms and is mapped to the native
system cursor on Windows and Mac OS X.  Consequently its the better
cursor choice as it should match whatever the system has configured
for the standard pointing thingy.

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