comparison src/uicommon/gftpui.c @ 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 4c7a58ef26c1
children
comparison
equal deleted inserted replaced
971:95da79b9e637 972:e1167c901484
150 void 150 void
151 gftpui_common_about (gftp_logging_func logging_function, gpointer logdata) 151 gftpui_common_about (gftp_logging_func logging_function, gpointer logdata)
152 { 152 {
153 char *str; 153 char *str;
154 154
155 logging_function (gftp_logging_misc, logdata, "%s, Copyright (C) 1998-2007 Brian Masney <", gftp_version); 155 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);
156 logging_function (gftp_logging_recv, logdata, "masneyb@gftp.org");
157 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"));
158 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")); 156 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"));
159 157
160 str = _("Translated by"); 158 str = _("Translated by");
161 if (strcmp (str, "Translated by") != 0) 159 if (strcmp (str, "Translated by") != 0)
162 logging_function (gftp_logging_misc, logdata, "%s\n", str); 160 logging_function (gftp_logging_misc, logdata, "%s\n", str);