From c1c8f958de889d42c84735c64c75293ad91a93e1 Mon Sep 17 00:00:00 2001 From: Harishankar Date: Mon, 11 May 2020 22:26:55 +0530 Subject: [PATCH] Fixed URL in license Fixed the URL in the license text --- wordblah_player.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.20.1