summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-03-10 16:14:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-03-10 16:14:50 +0900
commit1985f7830296db8df810fbd10e3cc9b39eb88efd (patch)
treeeea9fa069c62faaa272a39fed63adbbcf205bc23 /kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp
parentb9f3985a9244271aac638d5d07c55e98318aab27 (diff)
downloadtdesdk-1985f7830296db8df810fbd10e3cc9b39eb88efd.tar.gz
tdesdk-1985f7830296db8df810fbd10e3cc9b39eb88efd.zip
Remove discontinued PO compendium URL links in kbabel.
This resolves bug 1833.
Diffstat (limited to 'kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp')
-rw-r--r--kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp b/kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp
index 1a056c55..7d7450f3 100644
--- a/kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp
+++ b/kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp
@@ -137,7 +137,7 @@ void TmxCompendium::readSettings(TDEConfigBase *config)
matchWords = config->readBoolEntry("MatchWords",true);
matchNGram = config->readBoolEntry("MatchNGram",true);
- TQString newPath = config->readEntry("Compendium","http://i18n.kde.org/po_overview/@LANG@.messages");
+ TQString newPath = config->readEntry("Compendium","");
if(!initialized)
{
url = newPath;