projects
/
wordblah.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b3af86
)
Fixed URL in license
author
Harishankar
<v.harishankar@gmail.com>
Mon, 11 May 2020 16:56:55 +0000
(22:26 +0530)
committer
Harishankar
<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
patch
|
blob
|
history
diff --git
a/wordblah_player.c
b/wordblah_player.c
index
58541f5
..
9ca4938
100644
(file)
--- 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);
}