summary refs log tree commit diff stats
path: root/src/fe-gtk/menu.c
diff options
context:
space:
mode:
authorBerke Viktor <github.bviktor@outlook.com>2014-05-29 18:04:28 +0200
committerBerke Viktor <github.bviktor@outlook.com>2014-05-29 18:04:28 +0200
commit31843017d40dfb875f796df97e26ca189d28edfb (patch)
tree0fa88f3783abe666f83a9f92365c7cb9be490378 /src/fe-gtk/menu.c
parent0e0efbdb9a655c3d1bd5dba84428d3f672f2d696 (diff)
Make lawyers happy
Diffstat (limited to 'src/fe-gtk/menu.c')
-rw-r--r--src/fe-gtk/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/menu.c b/src/fe-gtk/menu.c
index 93b2072c..f9c41da2 100644
--- a/src/fe-gtk/menu.c
+++ b/src/fe-gtk/menu.c
@@ -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));