diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2011-01-21 08:10:27 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2011-01-21 08:10:27 +0000 |
commit | 465afbe2b10952f06dbf03f27b6899c288ed8a1c (patch) | |
tree | 44f2c05e27f9394e00b19b7384a0ef6432a70447 /src/about.c | |
parent | 8a89d369bc3267a8f8f6dd6c39bce072be386410 (diff) |
updated copyright year.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2815 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/about.c')
-rw-r--r-- | src/about.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/about.c b/src/about.c index 37b8e460..624d5228 100644 --- a/src/about.c +++ b/src/about.c @@ -176,7 +176,7 @@ static void about_create(void) gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); label = gtk_label_new - ("Copyright (C) 1999-2010 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>"); + ("Copyright (C) 1999-2011 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>"); gtk_label_set_selectable(GTK_LABEL(label), TRUE); gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); |