diff -urN GAK.old/GUI.pm GAK/GUI.pm --- GAK.old/GUI.pm 2008-09-16 11:56:18.000000000 +0200 +++ GAK/GUI.pm 2008-09-16 11:56:30.000000000 +0200 @@ -242,7 +242,7 @@ sub callback_about { $about = new Gtk2::AboutDialog; - $about->set_name (_('APT Key Manager')); + $about->set_program_name (_('APT Key Manager')); $about->set_website_label ('http://www.infodrom.org/projects/gak/'); $about->set_authors ('Joey Schulze '); $about->set_copyright ('(c) 2006-8 Joey Schulze ');