Fixed the License in the About box to correct license
[wordblah.git] / wordblah_player.c
index 2107a11..e1c039f 100644 (file)
@@ -689,7 +689,7 @@ void on_menu_about_activate (GtkMenuItem *item, gpointer data)
                                                        "comments", COMMENTS,
                                                        "website", WEBSITE,
                                                        "website-label", WEBSITE_LABEL,
-                                                       "license-type", GTK_LICENSE_GPL_2_0,
+                                                       "license-type", GTK_LICENSE_BSD_3,
                                                        "version", VERSION,
                                                        (char*)NULL);
 }