summaryrefslogtreecommitdiff
path: root/gtk/dialogs/gtk_about.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/dialogs/gtk_about.c')
-rw-r--r--gtk/dialogs/gtk_about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/dialogs/gtk_about.c b/gtk/dialogs/gtk_about.c
index 955df6da6..5f0f27ddf 100644
--- a/gtk/dialogs/gtk_about.c
+++ b/gtk/dialogs/gtk_about.c
@@ -65,7 +65,7 @@ void nsgtk_about_dialog_init(GtkWindow *parent, struct browser_window *bw, const
gtk_show_about_dialog(parent, "artists", artists, "authors", authors,
"comments", description,"copyright", copyright, "documenters", documenters,
- "license", licence,
+ "license", licence_text,
"program-name", name, "translator-credits", translators,
"version", version, "website", url, "website-label", url_label,
"wrap-license", FALSE, NULL);