Fix braino in previous commit

svn path=/trunk/netsurf/; revision=5517
This commit is contained in:
Rob Kendrick 2008-10-09 21:22:27 +00:00
parent a0273d8c7f
commit 35766f761e
1 changed files with 1 additions and 1 deletions

View File

@ -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);