From: gc Date: Fri, 14 Apr 2006 14:01:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 0.9.0~241 X-Git-Url: http://git.zarb.org/?p=booh;a=commitdiff_plain;h=32fd7a46fd1f953f8cdee1d4ef521ec064de0611 *** empty log message *** --- diff --git a/bin/booh b/bin/booh index 56f10f3..58b437f 100755 --- a/bin/booh +++ b/bin/booh @@ -4109,7 +4109,7 @@ for speeding up your editions. If bothered, you can disable them from Edit/Prefe 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' ],