Revision 2796 src/about.c
| about.c (revision 2796) | ||
|---|---|---|
| 1 | 1 |
/* |
| 2 | 2 |
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client |
| 3 |
* Copyright (C) 1999-2010 Hiroyuki Yamamoto
|
|
| 3 |
* Copyright (C) 1999-2011 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 |
| ... | ... | |
| 104 | 104 |
pixmap = stock_pixbuf_widget(window, STOCK_PIXMAP_SYLPHEED_LOGO); |
| 105 | 105 |
gtk_box_pack_start(GTK_BOX(vbox), pixmap, FALSE, FALSE, 0); |
| 106 | 106 |
|
| 107 |
label = gtk_label_new("version "VERSION);
|
|
| 107 |
label = gtk_label_new("Version " VERSION
|
|
| 108 |
" (Build: " Xstr(BUILD_REVISION) ")"); |
|
| 108 | 109 |
gtk_label_set_selectable(GTK_LABEL(label), TRUE); |
| 109 | 110 |
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); |
| 110 | 111 |
|
Also available in: Unified diff