Make lawyers happy

This commit is contained in:
Berke Viktor 2014-05-29 18:04:28 +02:00
parent 0e0efbdb9a
commit 31843017d4
1 changed files with 1 additions and 1 deletions

View File

@ -1729,7 +1729,7 @@ menu_about (GtkWidget *wid, gpointer sess)
gtk_about_dialog_set_website (dialog, "http://hexchat.github.io");
gtk_about_dialog_set_website_label (dialog, "Website");
gtk_about_dialog_set_logo (dialog, pix_hexchat);
gtk_about_dialog_set_copyright (dialog, "\302\251 1998-2010 Peter \305\275elezn\303\275\n\302\251 2009-2013 Berke Viktor");
gtk_about_dialog_set_copyright (dialog, "\302\251 1998-2010 Peter \305\275elezn\303\275\n\302\251 2009-2014 Berke Viktor");
gtk_about_dialog_set_comments (dialog, comment);
gtk_window_set_transient_for (GTK_WINDOW(dialog), GTK_WINDOW(parent_window));