git-gui: Abstract out windows platform test to is_Windows proc.
commit7b85a17b86062c87ceebbf70acfbd62e00cd4bac
authorShawn O. Pearce <spearce@spearce.org>
Tue, 21 Nov 2006 16:57:41 +0000 (21 11:57 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 21 Nov 2006 16:57:41 +0000 (21 11:57 -0500)
tree46c52e5d4100ae5acef7a3123d90eac9aa810e9a
parent53f7a33bdc89a6ec870fdce5221c05a2759974d3
git-gui: Abstract out windows platform test to is_Windows proc.

Like the is_MacOSX proc we shouldn't keep repeating the platform test
for Windows.  Instead abstract the code out into a procedure and use
the procedure whenever we need to do something special.

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