OSDN Git Service

* toolbar.tcl (create_help_menu): Remove `Cygnus' item.
authortromey <tromey>
Fri, 8 Dec 2000 21:04:44 +0000 (21:04 +0000)
committertromey <tromey>
Fri, 8 Dec 2000 21:04:44 +0000 (21:04 +0000)
gdb/gdbtk/library/ChangeLog
gdb/gdbtk/library/toolbar.tcl

index 0d89662..7d895e9 100644 (file)
@@ -1,5 +1,7 @@
 2000-12-08  Tom Tromey  <tromey@redhat.com>
 
+       * toolbar.tcl (create_help_menu): Remove `Cygnus' item.
+
        * console.itb (Console::invoke): Trim trailing newlines from
        text.
 
index 5920589..eb7d021 100644 (file)
@@ -736,8 +736,6 @@ class GDBToolBar {
     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