Gtk::AboutDialog.set_url_hook { |dialog, url| open_url(url) }
Gtk::AboutDialog.show($main_window, { :name => 'booh',
:version => $VERSION,
- :copyright => 'Copyright (c) 2005 Guillaume Cottenceau',
+ :copyright => 'Copyright (c) 2005-2006 Guillaume Cottenceau',
:license => get_license,
:website => 'http://zarb.org/~gc/html/booh.html',
:authors => [ 'Guillaume Cottenceau' ],