Revision 2164 src/about.c
| about.c (revision 2164) | ||
|---|---|---|
| 1 | 1 |
/* |
| 2 | 2 |
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client |
| 3 |
* Copyright (C) 1999-2008 Hiroyuki Yamamoto
|
|
| 3 |
* Copyright (C) 1999-2009 Hiroyuki Yamamoto
|
|
| 4 | 4 |
* |
| 5 | 5 |
* This program is free software; you can redistribute it and/or modify |
| 6 | 6 |
* it under the terms of the GNU General Public License as published by |
| ... | ... | |
| 175 | 175 |
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); |
| 176 | 176 |
|
| 177 | 177 |
label = gtk_label_new |
| 178 |
("Copyright (C) 1999-2008 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
|
|
| 178 |
("Copyright (C) 1999-2009 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
|
|
| 179 | 179 |
gtk_label_set_selectable(GTK_LABEL(label), TRUE); |
| 180 | 180 |
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); |
| 181 | 181 |
|
Also available in: Unified diff