git-gui: Refactor diff popup into a procedure to ease i18n work
commit83751fc109e951a5cbde9ee39970f6b1d2da07c7
authorShawn O. Pearce <spearce@spearce.org>
Mon, 23 Jul 2007 04:36:39 +0000 (23 00:36 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 23 Jul 2007 04:36:39 +0000 (23 00:36 -0400)
treec8e0bc9c593c9576a3f5dde822ee74ce73d5bc1a
parent9c5a3c7797449e1b3e6455327394677c21f0f908
git-gui: Refactor diff popup into a procedure to ease i18n work

The folks working on the i18n version of git-gui have had some
trouble trying to convert these English strings into [mc] calls
due to the double evaluation.  Moving this block into a standard
procedure eliminates the double evaluation, making their work
easier.

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