From: Harishankar Date: Mon, 11 May 2020 16:56:55 +0000 (+0530) Subject: Fixed URL in license X-Git-Tag: 0.3a~1 X-Git-Url: https://harishankar.org/repos/?p=wordblah.git;a=commitdiff_plain;h=c1c8f958de889d42c84735c64c75293ad91a93e1 Fixed URL in license Fixed the URL in the license text --- diff --git a/wordblah_player.c b/wordblah_player.c index 58541f5..9ca4938 100644 --- a/wordblah_player.c +++ b/wordblah_player.c @@ -690,7 +690,7 @@ void on_menu_about_activate (GtkMenuItem *item, gpointer data) "website", WEBSITE, "website-label", WEBSITE_LABEL, "license-type", GTK_LICENSE_CUSTOM, - "license", LICENSE_BSD + "license", LICENSE_BSD, "version", VERSION, (char*)NULL); }