diff options
Diffstat (limited to 'cad/tnt-mmtl/patches/patch-aj')
-rw-r--r-- | cad/tnt-mmtl/patches/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/tnt-mmtl/patches/patch-aj b/cad/tnt-mmtl/patches/patch-aj new file mode 100644 index 00000000000..015cb04912e --- /dev/null +++ b/cad/tnt-mmtl/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.1 2004/10/01 22:56:11 dmcmahill Exp $ + +--- gui/gui_help.tcl.orig Mon Jul 26 13:37:52 2004 ++++ gui/gui_help.tcl +@@ -26,7 +26,7 @@ proc ::gui::tnt_help { helpTopic } { + switch -exact $helpTopic { + + userguide { +- display_online_help user-guide/index.html ++ display_online_help ../share/tnt-mmtl/user-guide/index.html + } + + } |