pkgsrc/cad/tnt-mmtl/patches/patch-ai
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
443 B
Text

$NetBSD: patch-ai,v 1.1 2004/10/01 22:56:11 dmcmahill Exp $
--- gui/splash.tcl.orig Thu Jul 22 13:16:21 2004
+++ gui/splash.tcl
@@ -81,7 +81,7 @@ proc ::gui::showLicense {} {
} else {
set filename COPYING
}
- set licenseFile [file join $::scriptDir .. $filename]
+ set licenseFile [file join $::scriptDir ../share/tnt-mmtl $filename]
if { [file exists $licenseFile] } {
::gui::guiPopupFile $licenseFile
} else {