From 8ad667fbc9f5311a432af1fff061551b39025f91 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 12 Mar 2003 22:09:16 +0000 Subject: [PATCH] 2003-03-12 Martin M. Hunt * rhabout.itcl (RHAbout): Fix call to open_help. We no longer use HTMLViewer. --- gdb/gdbtk/plugins/rhabout/ChangeLog | 5 +++++ gdb/gdbtk/plugins/rhabout/rhabout.itcl | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/gdbtk/plugins/rhabout/ChangeLog b/gdb/gdbtk/plugins/rhabout/ChangeLog index c94af48ddd..8f5ec3a040 100644 --- a/gdb/gdbtk/plugins/rhabout/ChangeLog +++ b/gdb/gdbtk/plugins/rhabout/ChangeLog @@ -1,3 +1,8 @@ +2003-03-12 Martin M. Hunt + + * rhabout.itcl (RHAbout): Fix call + to open_help. We no longer use HTMLViewer. + 2002-08-14 Keith Seitz Merged from Red Hat internal branch: diff --git a/gdb/gdbtk/plugins/rhabout/rhabout.itcl b/gdb/gdbtk/plugins/rhabout/rhabout.itcl index bf1cf255a1..02a83517df 100644 --- a/gdb/gdbtk/plugins/rhabout/rhabout.itcl +++ b/gdb/gdbtk/plugins/rhabout/rhabout.itcl @@ -10,7 +10,7 @@ class RHAbout { -underline 1 $menubar add menubutton help "Help" 0 $menubar add command Other "Help Topics" \ - {HtmlViewer::open_help index.html} \ + {open_help index.html} \ -underline 0 $menubar add separator $menubar add command Other "About GDB..." \ @@ -52,7 +52,7 @@ class RHAbout { # pack everything pack $f.image1 $f.m -fill both -expand yes pack $f.stat -expand 1 -fill both - pack $itk_interior + pack $itk_interior # Give our sample window a name window_name "About Red Hat Insight Plug-In" -- 2.11.0