summaryrefslogtreecommitdiffstats
path: root/tools/thesaurus/main.cc
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-28 21:43:07 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-28 21:43:07 -0600
commit0de046c13bd7c8ab3cac7bb123a8bfbfbe4d1f8e (patch)
treedf0e8e1c95639a16688b3d86e6bb2ad202f429f4 /tools/thesaurus/main.cc
parent98087078ddc9770f46257b7f905b902679433e40 (diff)
downloadkoffice-0de046c13bd7c8ab3cac7bb123a8bfbfbe4d1f8e.tar.gz
koffice-0de046c13bd7c8ab3cac7bb123a8bfbfbe4d1f8e.zip
Update WordNet links, license, and copyright acknowledgement.
This resolves bug report 1936.
Diffstat (limited to 'tools/thesaurus/main.cc')
-rw-r--r--tools/thesaurus/main.cc13
1 files changed, 7 insertions, 6 deletions
diff --git a/tools/thesaurus/main.cc b/tools/thesaurus/main.cc
index 6ca3f73f..57b1d779 100644
--- a/tools/thesaurus/main.cc
+++ b/tools/thesaurus/main.cc
@@ -629,12 +629,13 @@ void Thesaurus::findTermWordnet(const TQString &term)
}
if( !m_wnproc->start(TDEProcess::NotifyOnExit, TDEProcess::AllOutput) ) {
- m_resultbox->setText(i18n("<b>Error:</b> Failed to execute WordNet program 'wn'. "
- "WordNet has to be installed on your computer if you want to use it, "
- "and 'wn' has to be in your PATH. "
- "You can get WordNet at <a href=\"http://www.cogsci.princeton.edu/~wn/\">"
- "http://www.cogsci.princeton.edu/~wn/</a>. Note that WordNet only supports "
- "the English language."));
+ m_resultbox->setText(i18n("<b>Error:</b> Failed to execute the WordNet program 'wn'. "
+ "WordNet has to be installed on your computer to use this component of kthesaurus, "
+ "and 'wn' has to be available in your $PATH environment variable. "
+ "Look for a WordNet package from your upstream distro package repository. "
+ "Or you can obtain WordNet at <a href=\"http://wordnet.princeton.edu/wordnet/download/current-version/\">"
+ "http://wordnet.princeton.edu/wordnet/download/current-version/</a>. "
+ "Notice that WordNet only supports the English language."));
m_combobox->setEnabled(false);
TQApplication::restoreOverrideCursor();
return;