--- libbonoboui-2.15.0/tools/browser/window.c.about 2006-04-03 09:43:39.000000000 -0400 +++ libbonoboui-2.15.0/tools/browser/window.c 2006-08-13 00:05:47.000000000 -0400 @@ -195,26 +195,25 @@ static void verb_HelpAbout (BonoboUIComponent *uic, void *data, const char *path) { -#if 0 + BonoboWindow *window = (BonoboWindow *) data; + static const gchar *authors[] = { "Dan Siemon ", "Rodrigo Moya ", "Patanjali Somayaji ", NULL }; - GtkWidget *about; - gtk_show_about_dialog (GTK_WINDOW (about), + gtk_show_about_dialog (GTK_WINDOW (window), "name", _("Bonobo Browser"), "version", VERSION, "copyright", _("Copyright 2001, The GNOME Foundation"), "comments", _("Bonobo component browser"), "authors", authors, "documenters", NULL, - "translation-credits", _("translation-credits"), + "translator-credits", _("translator-credits"), "logo-icon-name", "gtk-about", NULL); -#endif } /*