Update the copyright from the "about:" page
This commit is contained in:
parent
bcb32c9fc0
commit
a00f5bae3d
|
@ -610,7 +610,7 @@ void ghtml_load_url(GtkWidget * widget, char const * url)
|
|||
const char about[] = "<!DOCTYPE html>\n<html>\n"
|
||||
"<head><title>About " PACKAGE "</title></head>\n"
|
||||
"<body>\n<center>\n<h1>" PACKAGE " " VERSION "</h1>\n"
|
||||
"<p>Copyright © 2009-2015 Pierre Pronchery <khorben@"
|
||||
"<p>Copyright © 2006-2020 Pierre Pronchery <khorben@"
|
||||
"defora.org></p>\n</center>\n</body>\n</html>";
|
||||
|
||||
ghtml = g_object_get_data(G_OBJECT(widget), "ghtml");
|
||||
|
|
Loading…
Reference in New Issue
Block a user