git-gui: detect the use of MUI langauge packs on Windows
commit35b6f72feb998add040d95a9c89ff7ecd4d74901
authorPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 18 Feb 2011 13:42:54 +0000 (18 13:42 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 25 Mar 2011 08:26:31 +0000 (25 08:26 +0000)
treee50d8b8d0285c95c6b3c81af0af0357fd4fe5781
parent4c2519e5a287709e3306449fc05bcdd2aefe8c7b
git-gui: detect the use of MUI langauge packs on Windows

The Tcl msgcat package doesn't detect the use of a multi-lingual language
pack on Windows 7. This means that a user may have their display language
set to Japanese but the system installed langauge was English.
This patch reads the relevent registry key to fix this before loading in
the locale specific parts of git-gui.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
git-gui.sh