changeset 972:e1167c901484

2008-11-30 Brian Masney <masneyb@gftp.org> * src/uicommon/gftpui.c - fixed word wrapping in the text port when the application first starts up.
author masneyb
date Sun, 30 Nov 2008 20:03:50 +0000
parents 95da79b9e637
children 2311d02b07bc
files ChangeLog src/uicommon/gftpui.c
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 <masneyb@gftp.org>
+	* 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
--- 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 <masneyb@gftp.org>. 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");