Added new icons and made them stock items.
[pspp] / src / ui / gui / help-menu.c
index 9d1ccf8246297243ef4a58c210dadbf1e086f22f..d6613daec07755681776691a5fa60c2a3e2e8c46 100644 (file)
@@ -32,7 +32,7 @@
 #define N_(msgid) msgid
 
 
-static const gchar *artists[] = { "Patrick Brunier", "Dondi Bogusky", NULL};
+static const gchar *artists[] = { "Bastián Díaz", "Hugo Alejandro", "Patrick Brunier", "Dondi Bogusky", NULL};
 
 static void
 about_new (GtkMenuItem *m, GtkWindow *parent)
@@ -71,8 +71,8 @@ about_new (GtkMenuItem *m, GtkWindow *parent)
   gtk_about_dialog_set_translator_credits 
     (
      GTK_ABOUT_DIALOG (about),
-     /* TRANSLATORS: Use this string to list the people who have helped with
-       translation to your language. */
+     /* TRANSLATORS: Do not translate this string.  Instead, put the names of the people
+       who have helped in the translation. */
      _("translator-credits")
      );
 
@@ -136,14 +136,14 @@ merge_help_menu (GtkUIManager *uim)
       },
     
       {
-       "help_reference", GTK_STOCK_HELP,            /* name, stock id */
+       "help_reference", "help-reference-manual",            /* name, stock id */
        N_("_Reference Manual"), NULL,               /* label, accelerator */
        NULL,                                        /* tooltip */
        G_CALLBACK (reference_manual)
       },
     
       {
-       "help_about", GTK_STOCK_ABOUT,
+       "help_about", "help-about",
        NULL, NULL, NULL,
        G_CALLBACK (about_new)
       },