aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-06-06 01:40:00 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-06-06 01:40:00 +0000
commit8c7ec3389908808d0b572bc37e692f7b3d7ce0a4 (patch)
tree778aca7cbc28260163e00cdcf66b1bc46e064e47 /src
parent4f5fa4e0a5275f16c2600510eb79a0ee88e2178b (diff)
trivial fixes.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2006 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/about.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/about.c b/src/about.c
index 70446578..6e22e9b2 100644
--- a/src/about.c
+++ b/src/about.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2007 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2008 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -175,7 +175,7 @@ static void about_create(void)
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
label = gtk_label_new
- ("Copyright (C) 1999-2007 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
+ ("Copyright (C) 1999-2008 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);