Mercurial > gftp.yaz
diff src/gtk/dnd.c @ 677:8990a8a26ccf
2005-1-24 Brian Masney <masneyb@gftp.org>
* lib/protocols.c lib/rfc959.c src/gtk/dnd.c src/gtk/gftp-gtk.c
src/gtk/gtkui.c src/gtk/menu-items.c src/gtk/misc-gtk.c
src/gtk/transfer.c src/gtk/view-dialog.c src/uicommon/gftpui.c - make
sure the logging level gftp_logging_error is used for all error messages
author | masneyb |
---|---|
date | Tue, 25 Jan 2005 02:34:19 +0000 |
parents | 3bf77096052c |
children | 49cfbe02926b |
line wrap: on
line diff
--- a/src/gtk/dnd.c Tue Jan 25 01:55:01 2005 +0000 +++ b/src/gtk/dnd.c Tue Jan 25 02:34:19 2005 +0000 @@ -118,7 +118,7 @@ { if (current_wdata->request->stopable) { - ftp_log (gftp_logging_misc, NULL, + ftp_log (gftp_logging_error, NULL, _("%s: Please hit the stop button first to do anything else\n"), _("Connect")); return;