diff options
Diffstat (limited to 'wizard.cpp')
| -rw-r--r-- | wizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ KeyGenPage::KeyGenPage(GpgME::GpgContext *ctx, QWidget *parent) "and verify texts signed by you.<br/>" "You can use the private key to decrypt and sign texts.<br/>" "For more information have a look in the online tutorial:")); - QLabel *linkLabel = new QLabel("<a href=""docu_keygen.html"">"+tr("Online tutorial")+"</a>"); + QLabel *linkLabel = new QLabel("<a href=""docu_keygen.html#content"">"+tr("Online tutorial")+"</a>"); //linkLabel->setOpenExternalLinks(true); connect(linkLabel, SIGNAL(linkActivated(const QString&)), parentWidget()->parentWidget(), SLOT(openHelp(const QString&))); |
