From 8c7ec3389908808d0b572bc37e692f7b3d7ce0a4 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 6 Jun 2008 01:40:00 +0000 Subject: trivial fixes. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2006 ee746299-78ed-0310-b773-934348b2243d --- src/about.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/about.c') 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 "); + ("Copyright (C) 1999-2008 Hiroyuki Yamamoto "); gtk_label_set_selectable(GTK_LABEL(label), TRUE); gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); -- cgit v1.2.3