diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-15 22:50:11 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-15 22:50:11 +0000 |
commit | 20f449be908dbe974af547a035fbaa646e002aa1 (patch) | |
tree | 57e5c019ed336a54b2c8cb305dc83a7157e41e91 /wizard.cpp | |
parent | open integrated help from wizard (diff) | |
download | gpg4usb-20f449be908dbe974af547a035fbaa646e002aa1.tar.gz gpg4usb-20f449be908dbe974af547a035fbaa646e002aa1.zip |
choose helppage keygen.html from wizard
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@745 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'wizard.cpp')
-rw-r--r-- | wizard.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -105,10 +105,10 @@ 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=""http://gpg4usb.cpunk.de/docu.html"">"+tr("Online tutorial")+"</a>"); + QLabel *linkLabel = new QLabel("<a href=""docu_keygen.html"">"+tr("Online tutorial")+"</a>"); //linkLabel->setOpenExternalLinks(true); - connect(linkLabel, SIGNAL(linkActivated(const QString&)), parentWidget()->parentWidget(), SLOT(openHelp())); + connect(linkLabel, SIGNAL(linkActivated(const QString&)), parentWidget()->parentWidget(), SLOT(openHelp(const QString&))); QWidget *createKeyButtonBox = new QWidget(this); QHBoxLayout *createKeyButtonBoxLayout = new QHBoxLayout(createKeyButtonBox); |