Revision 3207 src/about.c
| about.c (revision 3207) | ||
|---|---|---|
| 1 | 1 |
/* |
| 2 | 2 |
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client |
| 3 |
* Copyright (C) 1999-2012 Hiroyuki Yamamoto
|
|
| 3 |
* Copyright (C) 1999-2013 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 |
| ... | ... | |
| 176 | 176 |
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); |
| 177 | 177 |
|
| 178 | 178 |
label = gtk_label_new |
| 179 |
("Copyright (C) 1999-2012 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
|
|
| 179 |
("Copyright (C) 1999-2013 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
|
|
| 180 | 180 |
gtk_label_set_selectable(GTK_LABEL(label), TRUE); |
| 181 | 181 |
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); |
| 182 | 182 |
|
Also available in: Unified diff