OSDN Git Service

2002-12-04 Martin M. Hunt <hunt@redhat.com>
authorMartin Hunt <hunt@redhat.com>
Wed, 4 Dec 2002 20:58:05 +0000 (20:58 +0000)
committerMartin Hunt <hunt@redhat.com>
Wed, 4 Dec 2002 20:58:05 +0000 (20:58 +0000)
* library/helpviewer.tcl (open_help): Fix KDE apps list.

* library/debugwin.itb (build_win): Fix help call.

gdb/gdbtk/library/debugwin.itb
gdb/gdbtk/library/helpviewer.tcl

index b1ae72f..baeadab 100644 (file)
@@ -103,8 +103,7 @@ itcl::body DebugWin::build_win {} {
   $menu add cascade -menu $menu.help -label "Help" -underline 0
   set m [menu $menu.help]
   $m add command -label "Debugging Functions" -underline 0 \
-    -command {ManagedWin::open HtmlViewer -force -file debug.html \
-               -topics {{{"Debug Functions" debug.html}}}}
+    -command {open_help debug.html}
 
   $top configure -menu $menu
   
index 0ef45b2..c723725 100644 (file)
@@ -36,8 +36,7 @@ proc open_help {hfile} {
   # set list of viewer apps to try
   switch [pref get gdb/compat] {
     "KDE" {
-      #        set apps {htmlview khelpcenter mozilla}
-      set apps {xhtmlview xkhelpcenter xmozilla}
+      set apps {htmlview khelpcenter mozilla}
     }
     "GNOME" {
       set apps {htmlview mozilla gnome-help khelpcenter}