From a97aeb29b7ab72774aec93058305d23d22450ca9 Mon Sep 17 00:00:00 2001 From: ubbo Date: Sun, 15 Jan 2012 23:01:49 +0000 Subject: scroll to #content in keygen help git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@746 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- wizard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizard.cpp') diff --git a/wizard.cpp b/wizard.cpp index cc4184f..fe28bf9 100644 --- a/wizard.cpp +++ b/wizard.cpp @@ -105,7 +105,7 @@ KeyGenPage::KeyGenPage(GpgME::GpgContext *ctx, QWidget *parent) "and verify texts signed by you.
" "You can use the private key to decrypt and sign texts.
" "For more information have a look in the online tutorial:")); - QLabel *linkLabel = new QLabel(""+tr("Online tutorial")+""); + QLabel *linkLabel = new QLabel(""+tr("Online tutorial")+""); //linkLabel->setOpenExternalLinks(true); connect(linkLabel, SIGNAL(linkActivated(const QString&)), parentWidget()->parentWidget(), SLOT(openHelp(const QString&))); -- cgit v1.2.3