From 1985f7830296db8df810fbd10e3cc9b39eb88efd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 10 Mar 2014 16:14:50 +0900 Subject: Remove discontinued PO compendium URL links in kbabel. This resolves bug 1833. --- kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp | 2 +- kbabel/kbabeldict/modules/pocompendium/preferenceswidget.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kbabel/kbabeldict/modules/pocompendium') diff --git a/kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp b/kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp index 10e92cad..abf21ae2 100644 --- a/kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp +++ b/kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp @@ -145,7 +145,7 @@ void PoCompendium::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; diff --git a/kbabel/kbabeldict/modules/pocompendium/preferenceswidget.cpp b/kbabel/kbabeldict/modules/pocompendium/preferenceswidget.cpp index a33270df..4ecb2886 100644 --- a/kbabel/kbabeldict/modules/pocompendium/preferenceswidget.cpp +++ b/kbabel/kbabeldict/modules/pocompendium/preferenceswidget.cpp @@ -129,7 +129,7 @@ void CompendiumPreferencesWidget::cancel() void CompendiumPreferencesWidget::standard() { - prefWidget->urlInput->setURL("http://i18n.kde.org/po_overview/@LANG@.messages"); + prefWidget->urlInput->setURL(""); prefWidget->caseBtn->setChecked(false); prefWidget->equalBtn->setChecked(true); prefWidget->ngramBtn->setChecked(true); -- cgit v1.2.1