git-gui: Refactor about dialog code into its own module
commit68099eeeed161fd1adf0822de1dcb388663fc686
authorShawn O. Pearce <spearce@spearce.org>
Fri, 5 Oct 2007 12:38:35 +0000 (5 08:38 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 10 Oct 2007 05:12:16 +0000 (10 01:12 -0400)
treedcc272068cc97f398f9e955f213d2c220f2077fc
parent281fdf6921abb11a90a890c09ccce61453050415
git-gui: Refactor about dialog code into its own module

The about dialog is getting somewhat long in size and will probably
only get more complex as I try to improve upon its display.  As the
options dialog is even more complex than the about dialog we move
the about dialog into its own module to reduce the complexity of the
option dialog module.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/about.tcl [new file with mode: 0644]
lib/option.tcl