Mercurial > gftp.yaz
changeset 536:9fa452580f94
2004-8-17 Brian Masney <masneyb@gftp.org>
* src/gtk/gftp-gtk.c - removed local shortcuts for Disconnect
and Open URL. These conflicted with other items
author | masneyb |
---|---|
date | Wed, 18 Aug 2004 02:52:19 +0000 |
parents | 8d310e2fd570 |
children | c568539856d2 |
files | ChangeLog src/gtk/gftp-gtk.c |
diffstat | 2 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Aug 18 02:23:19 2004 +0000 +++ b/ChangeLog Wed Aug 18 02:52:19 2004 +0000 @@ -1,4 +1,7 @@ 2004-8-17 Brian Masney <masneyb@gftp.org> + * src/gtk/gftp-gtk.c - removed local shortcuts for Disconnect + and Open URL. These conflicted with other items + * lib/misc.c - when sorting by file, user or group, do a case insensitive sort @@ -2750,7 +2753,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.309 2004/08/18 02:23:19 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.310 2004/08/18 02:52:19 masneyb Exp $ tags * debian/* - updated files from Debian maintainer
--- a/src/gtk/gftp-gtk.c Wed Aug 18 02:23:19 2004 +0000 +++ b/src/gtk/gftp-gtk.c Wed Aug 18 02:52:19 2004 +0000 @@ -247,8 +247,8 @@ {N_("/FTP/_Quit"), "<control>Q", _gftp_menu_exit, 0, MS_(GTK_STOCK_QUIT)}, {N_("/_Local"), NULL, 0, 0, MN_("<Branch>")}, {N_("/Local/tearoff"), NULL, 0, 0, MN_("<Tearoff>")}, - {N_("/Local/Open _URL..."), NULL, openurl_dialog, 0, MS_(GTK_STOCK_OPEN)}, - {N_("/Local/Disconnect"), NULL, gftpui_disconnect, 0, MS_(GTK_STOCK_CLOSE)}, + {N_("/Local/Open URL..."), "", openurl_dialog, 0, MS_(GTK_STOCK_OPEN)}, + {N_("/Local/Disconnect"), "", gftpui_disconnect, 0, MS_(GTK_STOCK_CLOSE)}, {N_("/Local/sep"), NULL, 0, 0, MN_("<Separator>")}, {N_("/Local/Change Filespec..."), NULL, change_filespec, 0, MN_(NULL)}, {N_("/Local/Show selected"), NULL, show_selected, 0, MN_(NULL)},