# HG changeset patch # User masneyb # Date 1228075430 0 # Node ID e1167c901484670906be695feb6f5dd38c1129c1 # Parent 95da79b9e63732ba8c1f0d17349d6cf560a3eab2 2008-11-30 Brian Masney * src/uicommon/gftpui.c - fixed word wrapping in the text port when the application first starts up. diff -r 95da79b9e637 -r e1167c901484 ChangeLog --- a/ChangeLog Sun Nov 30 19:25:36 2008 +0000 +++ b/ChangeLog Sun Nov 30 20:03:50 2008 +0000 @@ -1,4 +1,7 @@ 2008-11-30 Brian Masney + * src/uicommon/gftpui.c - fixed word wrapping in the text port when + the application first starts up. + * lib/sslcommon.c - fixed compiler warnings * src/gtk/delete_dialog.c - fixed call to g_strdup_printf() where too diff -r 95da79b9e637 -r e1167c901484 src/uicommon/gftpui.c --- a/src/uicommon/gftpui.c Sun Nov 30 19:25:36 2008 +0000 +++ b/src/uicommon/gftpui.c Sun Nov 30 20:03:50 2008 +0000 @@ -152,9 +152,7 @@ { char *str; - logging_function (gftp_logging_misc, logdata, "%s, Copyright (C) 1998-2007 Brian Masney <", gftp_version); - logging_function (gftp_logging_recv, logdata, "masneyb@gftp.org"); - logging_function (gftp_logging_misc, logdata, _(">. If you have any questions, comments, or suggestions about this program, please feel free to email them to me. You can always find out the latest news about gFTP from my website at http://www.gftp.org/\n")); + logging_function (gftp_logging_misc, logdata, "%s, Copyright (C) 1998-2008 Brian Masney . If you have any questions, comments, or suggestions about this program, please feel free to email them to me. You can always find out the latest news about gFTP from my website at http://www.gftp.org/\n", gftp_version); logging_function (gftp_logging_misc, logdata, _("gFTP comes with ABSOLUTELY NO WARRANTY; for details, see the COPYING file. This is free software, and you are welcome to redistribute it under certain conditions; for details, see the COPYING file\n")); str = _("Translated by");