From: John Darrington Date: Tue, 8 Oct 2013 16:32:20 +0000 (+0200) Subject: Removed the about-logo image which is redundant X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56231bc7e8c2cda46a69d10362193556dd8cad41;p=pspp Removed the about-logo image which is redundant --- diff --git a/Smake b/Smake index d92bda4ed7..e31c3cb565 100644 --- a/Smake +++ b/Smake @@ -172,9 +172,7 @@ 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 \ -src/ui/gui/icons/about-logo.png - +MISC_ICONS = src/ui/gui/icons/splash.png ACTION_ICONS = \ diff --git a/src/ui/gui/artwork/about-logo.svg b/src/ui/gui/artwork/about-logo.svg deleted file mode 100644 index 06d0d0c306..0000000000 --- a/src/ui/gui/artwork/about-logo.svg +++ /dev/null @@ -1,905 +0,0 @@ - - - - - Chart - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - Chart - Icon adapted for use in GNU PSPP (application icon). Bastián Díaz - - - Jakub Steiner - - - - http://jimmac.musichall.cz/ - - - spreadsheet - chart - pie - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/ui/gui/help-menu.c b/src/ui/gui/help-menu.c index 31be03d02a..e670c0b555 100644 --- a/src/ui/gui/help-menu.c +++ b/src/ui/gui/help-menu.c @@ -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 "/about-logo.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");