diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-02-16 18:04:04 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-02-16 18:04:04 +0100 |
commit | 620299de71a15c14be55ed235bb178b690bbeffc (patch) | |
tree | fbb44ffa06b8175f8b34847cce4badff1e4a4bb0 /src/fe-gtk/about.c | |
parent | 5e56552998e43040742f6d9ccea394ff8eb79af2 (diff) |
Bump copyright year
Diffstat (limited to 'src/fe-gtk/about.c')
-rw-r--r-- | src/fe-gtk/about.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/about.c b/src/fe-gtk/about.c index 647d6603..54b71053 100644 --- a/src/fe-gtk/about.c +++ b/src/fe-gtk/about.c @@ -143,7 +143,7 @@ menu_about (GtkWidget * wid, gpointer sess) gtk_label_set_markup (GTK_LABEL (label_info), buf); /* label for copyright notices */ - snprintf (buf, sizeof (buf), "<small>\302\251 1998-2010 Peter \305\275elezn\303\275\n\302\251 2009-2012 Berke Viktor</small>"); + snprintf (buf, sizeof (buf), "<small>\302\251 1998-2010 Peter \305\275elezn\303\275\n\302\251 2009-2013 Berke Viktor</small>"); label_copyright = gtk_label_new (NULL); gtk_misc_set_alignment (GTK_MISC (label_copyright), 0, 0); gtk_box_pack_start (GTK_BOX (vbox_text), label_copyright, 0, 0, 10); |