OSDN Git Service

2003-03-12 Martin M. Hunt <hunt@redhat.com>
authorhunt <hunt>
Wed, 12 Mar 2003 22:09:16 +0000 (22:09 +0000)
committerhunt <hunt>
Wed, 12 Mar 2003 22:09:16 +0000 (22:09 +0000)
* rhabout.itcl (RHAbout): Fix call
to open_help. We no longer use HTMLViewer.

gdb/gdbtk/plugins/rhabout/ChangeLog
gdb/gdbtk/plugins/rhabout/rhabout.itcl

index c94af48..8f5ec3a 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-12  Martin M. Hunt  <hunt@redhat.com>
+
+       * rhabout.itcl (RHAbout): Fix call
+       to open_help. We no longer use HTMLViewer.
+
 2002-08-14  Keith Seitz  <keiths@redhat.com>
 
        Merged from Red Hat internal branch:
index bf1cf25..02a8351 100644 (file)
@@ -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"