From: John Darrington Date: Thu, 8 Aug 2013 16:04:06 +0000 (+0200) Subject: Added the new "about-logo" X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1a1664ce811db565edb26e2ebab31832557e666;hp=2ee6c61278915427fb637e917cf0fdc94462e992;p=pspp Added the new "about-logo" --- diff --git a/Smake b/Smake index 2a777426c5..241db08937 100644 --- a/Smake +++ b/Smake @@ -174,7 +174,8 @@ src/ui/gui/icons/mimetypes/48x48/application-x-spss-por.png \ src/ui/gui/icons/mimetypes/48x48/application-x-spss-sav.png \ src/ui/gui/icons/mimetypes/48x48/application-x-spss-sps.png \ -MISC_ICONS = src/ui/gui/icons/splash.png +MISC_ICONS = src/ui/gui/icons/splash.png \ +src/ui/gui/icons/about-logo.png diff --git a/src/ui/gui/artwork/about-logo.svg b/src/ui/gui/artwork/about-logo.svg new file mode 100644 index 0000000000..2306735604 --- /dev/null +++ b/src/ui/gui/artwork/about-logo.svg @@ -0,0 +1,2336 @@ + + + + + GNU PSPP about logo + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + GNU PSPP about logo + + 15-07-2013 + + + Bastián Díaz + + + http://www.gnu.org/software/pspp/ + Derechos de autoría: Icono "chart" → Jakub Steiner + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/help-menu.c b/src/ui/gui/help-menu.c index d6613daec0..31be03d02a 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 @@ -40,7 +40,7 @@ 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"), + gdk_pixbuf_new_from_file_at_size (relocate (PKGDATADIR "/about-logo.png"), 64, 64, 0); gtk_about_dialog_set_logo (GTK_ABOUT_DIALOG (about), pb); diff --git a/src/ui/gui/icons/automake.mk b/src/ui/gui/icons/automake.mk index 8458957482..e09946bd9c 100644 --- a/src/ui/gui/icons/automake.mk +++ b/src/ui/gui/icons/automake.mk @@ -60,7 +60,8 @@ UNINSTALL_DATA_HOOKS += uninstall-icons uninstall-ext-icons if HAVE_GUI dist_src_ui_gui_psppire_DATA += \ - $(top_srcdir)/src/ui/gui/icons/splash.png + $(top_srcdir)/src/ui/gui/icons/splash.png \ + $(top_srcdir)/src/ui/gui/icons/about-logo.png src_ui_gui_psppire_SOURCES += \ src/ui/gui/icons/icon-names.c \