git-gui: Make backporting changes from i18n version easier
commite7034d66ecd9c16ae8bd8d331fc41efc48e925f1
authorShawn O. Pearce <spearce@spearce.org>
Thu, 13 Sep 2007 23:04:14 +0000 (13 19:04 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 13 Sep 2007 23:04:14 +0000 (13 19:04 -0400)
tree8b81c45ae69ea244609291f8f18eb29a26150546
parent63c4024ff080430004967fa27b8af8fe243e2ea3
git-gui: Make backporting changes from i18n version easier

This is a very trivial hack to define a global mc procedure that
does not actually perform i18n translations on its input strings.
By declaring an mc procedure here in our maint version of git-gui
we can take patches that are intended for the latest development
version of git-gui and easily backport them without needing to
tweak the mc calls first.

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