git-gui: Cleanup common font handling for font_ui
commit2739291b77fefe7cfae16481756716f11a01e654
authorShawn O. Pearce <spearce@spearce.org>
Sun, 29 Apr 2007 02:00:02 +0000 (28 22:00 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 2 May 2007 17:06:10 +0000 (2 13:06 -0400)
treeda0066ae2f562b6d2807b38fa66990c61414ae00
parentd45b52b540b13a6dae816b65f0f5431b56583570
git-gui: Cleanup common font handling for font_ui

An earlier change tossed these optionMenu font configurations
all over the code, when really we can just rename the proc to
a hidden internal name and provide our own wrapper to install
the font configuration we really want.

We also don't need to set these option database entries in all
of the procedures that open dialogs; instead we should just set
one time, them after we have the font configuration ready for use.

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