This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch: Remove Cygnus item


This patch removes the "Cygnus" item from the Insight Help menu.
My reasons:

1. Cygnus no longer exists
2. It isn't appropriate for a non-Cygnus release anyway

Ok?

2000-12-08  Tom Tromey  <tromey@redhat.com>

	* toolbar.tcl (create_help_menu): Remove `Cygnus' item.

Tom

Index: toolbar.tcl
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/toolbar.tcl,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 toolbar.tcl
--- toolbar.tcl	2000/02/07 00:19:42	1.1.1.1
+++ toolbar.tcl	2000/12/08 20:51:12
@@ -736,8 +736,6 @@
     new_menu help "Help" 0
     add_menu_command Other "Help Topics" {HtmlViewer::open_help index.html} \
       -underline 0
-    add_menu_command Other "Cygnus on the Web" \
-      {open_url http://www.cygnus.com/gnupro/} -underline 14 
     add_menu_separator
     add_menu_command Other "About GDB..." {ManagedWin::open About -transient} \
       -underline 0

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]