Make tree-view sort locale aware
commit3eb5e10861c03bb5296f5685974629adc3b93b59
authorChris OBryan <cobryan@gmail.com>
Mon, 12 Dec 2011 18:59:04 +0000 (12 12:59 -0600)
committerCristian Tibirna <cristian@tibirna.org>
Tue, 13 Dec 2011 00:47:07 +0000 (12 19:47 -0500)
tree315dcfef32ea63d731a3586585b575ad8d555586
parent36b33eb24c6543e6d626821769bcc6edf33f2e7c
Make tree-view sort locale aware

The file tree-view sort was not using localeAwareCompare, which
would cause incorrect sorting on some platforms (such as making
sorting case-sensitive, causing 'Z' to come before 'a' in the
list).
src/git.cpp