2005-10-16 [colin] 1.9.15cvs63

* src/wizard.c
		Fix whitespace
This commit is contained in:
Colin Leroy 2005-10-16 16:08:43 +00:00
parent 8fab4968dc
commit 01197f5377
4 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-10-16 [colin] 1.9.15cvs63
* src/wizard.c
Fix whitespace
2005-10-16 [colin] 1.9.15cvs62
* src/toolbar.c

View file

@ -899,3 +899,4 @@
( cvs diff -u -r 1.1.2.17 -r 1.1.2.18 src/wizard.c; cvs diff -u -r 1.204.2.64 -r 1.204.2.65 src/prefs_common.c; ) > 1.9.15cvs60.patchset
( cvs diff -u -r 1.8.2.8 -r 1.8.2.9 src/editldap.c; cvs diff -u -r 1.5.2.7 -r 1.5.2.8 src/exporthtml.c; cvs diff -u -r 1.115.2.58 -r 1.115.2.59 src/main.c; cvs diff -u -r 1.274.2.75 -r 1.274.2.76 src/mainwindow.c; cvs diff -u -r 1.3.2.29 -r 1.3.2.30 src/prefs_themes.c; cvs diff -u -r 1.30.2.18 -r 1.30.2.19 src/prefs_toolbar.c; cvs diff -u -r 1.13.2.2 -r 1.13.2.3 src/plugins/demo/demo.c; cvs diff -u -r 1.14.2.24 -r 1.14.2.25 src/plugins/trayicon/trayicon.c; ) > 1.9.15cvs61.patchset
( cvs diff -u -r 1.43.2.30 -r 1.43.2.31 src/toolbar.c; cvs diff -u -r 1.1.2.18 -r 1.1.2.19 src/wizard.c; ) > 1.9.15cvs62.patchset
( cvs diff -u -r 1.1.2.19 -r 1.1.2.20 src/wizard.c; ) > 1.9.15cvs63.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=9
MICRO_VERSION=15
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=62
EXTRA_VERSION=63
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -193,7 +193,8 @@ static void write_welcome_email(WizardWindow *wizard)
"DONATIONS\n"
"---------\n"
"If you wish to donate to the Sylpheed-Claws project you can do\n"
"so at <https://sourceforge.net/donate/index.php?group_id=25528>.", gtk_entry_get_text(GTK_ENTRY(wizard->full_name)),
"so at <https://sourceforge.net/donate/index.php?group_id=25528>.",
gtk_entry_get_text(GTK_ENTRY(wizard->full_name)),
gtk_entry_get_text(GTK_ENTRY(wizard->email)),
buf_date);