Fix braino in previous commit
svn path=/trunk/netsurf/; revision=5517
This commit is contained in:
parent
a0273d8c7f
commit
35766f761e
|
@ -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,
|
gtk_show_about_dialog(parent, "artists", artists, "authors", authors,
|
||||||
"comments", description,"copyright", copyright, "documenters", documenters,
|
"comments", description,"copyright", copyright, "documenters", documenters,
|
||||||
"license", licence,
|
"license", licence_text,
|
||||||
"program-name", name, "translator-credits", translators,
|
"program-name", name, "translator-credits", translators,
|
||||||
"version", version, "website", url, "website-label", url_label,
|
"version", version, "website", url, "website-label", url_label,
|
||||||
"wrap-license", FALSE, NULL);
|
"wrap-license", FALSE, NULL);
|
||||||
|
|
Loading…
Reference in New Issue