X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelp-menu.c;h=e670c0b555b5b80f0ab5110dff05474d950408fb;hb=84dbb69fc7d58eedd8ba5f89e500a3385713f6df;hp=d6613daec07755681776691a5fa60c2a3e2e8c46;hpb=280548cf45cc2fa308c76ebee7aa62cc9a0b168c;p=pspp diff --git a/src/ui/gui/help-menu.c b/src/ui/gui/help-menu.c index d6613daec0..e670c0b555 100644 --- a/src/ui/gui/help-menu.c +++ b/src/ui/gui/help-menu.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2006, 2007, 2010, 2011, 2012 Free Software Foundation + Copyright (C) 2006, 2007, 2010, 2011, 2012, 2013 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -32,19 +32,14 @@ #define N_(msgid) msgid -static const gchar *artists[] = { "Bastián Díaz", "Hugo Alejandro", "Patrick Brunier", "Dondi Bogusky", NULL}; +static const gchar *artists[] = { "Bastián Díaz", "Hugo Alejandro", NULL}; static void about_new (GtkMenuItem *m, GtkWindow *parent) { GtkWidget *about = gtk_about_dialog_new (); - GdkPixbuf *pb = - gdk_pixbuf_new_from_file_at_size (relocate (PKGDATADIR "/pspplogo.png"), - 64, 64, 0); - - gtk_about_dialog_set_logo (GTK_ABOUT_DIALOG (about), pb); - + gtk_about_dialog_set_logo_icon_name (GTK_ABOUT_DIALOG (about), "pspp"); gtk_window_set_icon_name (GTK_WINDOW (about), "pspp");