Fixed URL in license
authorHarishankar <v.harishankar@gmail.com>
Mon, 11 May 2020 16:56:55 +0000 (22:26 +0530)
committerHarishankar <v.harishankar@gmail.com>
Mon, 11 May 2020 16:56:55 +0000 (22:26 +0530)
Fixed the URL in the license text

wordblah_player.c

index 58541f5..9ca4938 100644 (file)
@@ -690,7 +690,7 @@ void on_menu_about_activate (GtkMenuItem *item, gpointer data)
                                                        "website", WEBSITE,
                                                        "website-label", WEBSITE_LABEL,
                                                        "license-type", GTK_LICENSE_CUSTOM,
                                                        "website", WEBSITE,
                                                        "website-label", WEBSITE_LABEL,
                                                        "license-type", GTK_LICENSE_CUSTOM,
-                                                       "license", LICENSE_BSD
+                                                       "license", LICENSE_BSD,
                                                        "version", VERSION,
                                                        (char*)NULL);
 }
                                                        "version", VERSION,
                                                        (char*)NULL);
 }