pkgsrc/cad/tnt-mmtl/patches/patch-aj
dmcmahill 7234f24b0c Move cad/tnt to cad/tnt-mmtl and rename the tnt executible from
tnt to tnt-mmtl to avoid a conflict with ham/tnt.  Addresses PR27100
from Berndt Josef Wulf.
2004-10-01 22:56:10 +00:00

13 lines
363 B
Text

$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
}
}