7234f24b0c
tnt to tnt-mmtl to avoid a conflict with ham/tnt. Addresses PR27100 from Berndt Josef Wulf.
13 lines
443 B
Text
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 {
|