summaryrefslogtreecommitdiff
path: root/cad/tnt-mmtl/patches/patch-ai
blob: 50b3559f196e0e36d813b47f83d2bb93ce461ff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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 {