From kde-commits Wed Jun 30 19:22:25 2004 From: Marc Mutz Date: Wed, 30 Jun 2004 19:22:25 +0000 To: kde-commits Subject: kdepim/kmail Message-Id: <20040630192225.3F88A99B2 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=108862335125726 CVS commit by mutz: Change the help anchor to what it will be in the docbook in a minute. M +1 -1 configuredialog.cpp 1.468 --- kdepim/kmail/configuredialog.cpp #1.467:1.468 @@ -3179,5 +3179,5 @@ void SecurityPage::installProfile( KConf QString SecurityPage::GeneralTab::helpAnchor() const { - return QString::fromLatin1("configure-security-general"); + return QString::fromLatin1("configure-security-reading"); }