Update copyright information
This commit is contained in:
parent
d95b2a7169
commit
59e1543e65
|
@ -170,7 +170,7 @@ void MyWin::about_dialog(){
|
||||||
gtk_show_about_dialog(GTK_WINDOW(this->gobj()),
|
gtk_show_about_dialog(GTK_WINDOW(this->gobj()),
|
||||||
"program-name","Xe Release",
|
"program-name","Xe Release",
|
||||||
"version",version,
|
"version",version,
|
||||||
"copyright", "© 2019—2021 The Xe Project",
|
"copyright", "© 2019—2022 The Xe Project",
|
||||||
"comments", "A program for generate version",
|
"comments", "A program for generate version",
|
||||||
"authors",authors,
|
"authors",authors,
|
||||||
"license-type",GTK_LICENSE_GPL_3_0,
|
"license-type",GTK_LICENSE_GPL_3_0,
|
||||||
|
|
Loading…
Reference in New Issue