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

[gftp] Help menu entry should be left aligned...



Hi,

Is this the correct place to propose a patch for gftp? 

For consistency with others gnome apps, the "Help" entry on the main
menu should be left aligned. I'm sending a patch that does this.

The patch was made against 2.0.14 but it should apply to 2.0.15 without
problems. 


-- 
Miguel Ibarra <mibarra@ximian.com>
diff -Nru -x '*~' -x '*.o' -x '*.orig' -x '*.rej' gftp-2.0.14.orig/src/gtk/gftp-gtk.c gftp-2.0.14/src/gtk/gftp-gtk.c
--- gftp-2.0.14.orig/src/gtk/gftp-gtk.c	Sat Nov 23 07:45:05 2002
+++ gftp-2.0.14/src/gtk/gftp-gtk.c	Mon Jan 27 12:30:57 2003
@@ -222,7 +222,7 @@
     {N_("/Tools/tearoff"), NULL, 0, 0, MN_("<Tearoff>")},
     {N_("/Tools/Compare Windows"), NULL, compare_windows, 0, MN_(NULL)},
     {N_("/Tools/Clear Cache"), NULL, clear_cache, 0, MS_(GTK_STOCK_CLEAR)},
-    {N_("/_Help"), NULL, 0, 0, MN_("<LastBranch>")},
+    {N_("/_Help"), NULL, 0, 0, MN_("<Branch>")},
     {N_("/Help/tearoff"), NULL, 0, 0, MN_("<Tearoff>")},
     {N_("/Help/About..."), NULL, about_dialog, 0, MS_(GTK_STOCK_HELP)}
   };