From: Shawn O. Pearce Date: Fri, 5 Oct 2007 12:38:35 +0000 (-0400) Subject: git-gui: Refactor about dialog code into its own module X-Git-Tag: gitgui-0.9.0~43 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/68099eeeed161fd1adf0822de1dcb388663fc686?hp=68099eeeed161fd1adf0822de1dcb388663fc686 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 ---