Created a new stock item for Reset buttons.
[pspp-builds.git] / src / ui / gui / about.c
index 949fdcdf4c2fb6222d65e03e6dd44108e2c644ab..e743fcf61dbfa7b8128c277b7c59e32dd4c49e9c 100644 (file)
 #include <gtk/gtk.h>
 #include <glade/glade.h>
 
+#include <libpspp/copyleft.h>
 #include <libpspp/version.h>
 #include "about.h"
 #include "helper.h"
 
+
 const static gchar *artists[] = { "Patrick Brunier", "Dondi Bogusky", NULL};
 
 void
@@ -55,6 +57,10 @@ about_new (GtkMenuItem *m, GtkWindow *parent)
   gtk_about_dialog_set_artists (GTK_ABOUT_DIALOG (about),
                                artists);
 
+  gtk_about_dialog_set_license (GTK_ABOUT_DIALOG (about),
+                               copyleft);
+
+
   gtk_window_set_transient_for (GTK_WINDOW (about), parent);
 
   gtk_window_set_modal (GTK_WINDOW (about), TRUE);