Store 32-bit color icons before 8-bit color icons in the file
commitfd6f8d03fb63dc1c160ff2dd7aeb62fd6682c742
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 24 Oct 2012 21:11:14 +0000 (24 23:11 +0200)
committerSebastian Schuberth <sschuberth@gmail.com>
Wed, 24 Oct 2012 21:14:14 +0000 (24 23:14 +0200)
tree1d3bd1a484afbd7247a47468c7d8079df9430cee
parentb4e03a5a95e1011671ecc33b8dce06b9b1c1cc09
Store 32-bit color icons before 8-bit color icons in the file

Tk's "wm iconbitmap" seems to simply use the first 32 x 32 pixel icon it
finds in an icon file, so make sure we use the 32-bit color icon.

Note that this violates the guidelines at

    http://msdn.microsoft.com/en-us/library/ms997636.aspx

which say "The icons should be ordered in increasing color resolution".

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
share/resources/git.ico