gftp r980 - in trunk: . src/uicommon



Author: masneyb
Date: Sun Nov 30 20:03:50 2008
New Revision: 980
URL: http://svn.gnome.org/viewvc/gftp?rev=980&view=rev

Log:
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.



Modified:
   trunk/ChangeLog
   trunk/src/uicommon/gftpui.c

Modified: trunk/src/uicommon/gftpui.c
==============================================================================
--- trunk/src/uicommon/gftpui.c	(original)
+++ trunk/src/uicommon/gftpui.c	Sun Nov 30 20:03:50 2008
@@ -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");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]