Blob Blame History Raw
diff -urNad wordnet-3.0/src/wnb.orig wordnet-3.0/src/wnb
--- wordnet-3.0/src/wnb.orig	2005-06-07 21:19:22.000000000 +0200
+++ wordnet-3.0/src/wnb	2006-01-08 13:54:23.537621328 +0100
@@ -103,7 +103,7 @@
 
 if {$tcl_platform(platform) == "unix"} {
    if {[lsearch -exact [array names env] WNHOME] == -1} {
-	set resourcedir "/usr/local/WordNet-3.0/lib/wnres"
+	set resourcedir "/usr/share/wordnet/wnres"
    } else {
 	set resourcedir "$env(WNHOME)/lib/wnres"
    }
@@ -1725,7 +1725,7 @@
    -command {showhelpwidget helpwidget_wngloss $resourcedir/wngloss.man "WordNet Glossary"}
 .menubar.help.menu add command \
    -label "Display the WordNet license" \
-   -command {showhelpwidget helpwidget_license $resourcedir/license.txt "WordNet License"}
+   -command {showhelpwidget helpwidget_license /usr/share/doc/wordnet/copyright "WordNet License"}
 .menubar.help.menu add separator
 .menubar.help.menu add command \
    -label "About the WordNet browser" \