mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-03-10 09:11:43 +03:00
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,
|
||||
"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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user