Download documentation files from TDE site until docbook conversion is complete

This relates to Bug 1876
pull/1/head
Timothy Pearson 10 years ago
parent a24b82e37d
commit 80984a0dd5

@ -7,7 +7,7 @@
<body>
<a name="top"></a>
<p><a href="http://www.kbarcode.net" target="_blank">
<p><a href="http://www.trinitydesktop.org" target="_blank">
<font face="Verdana, Arial, Helvetica, sans-serif"> <b>kbarcode </b> - The Barcode Solution for TDE </font>
</a></p>

@ -105,8 +105,8 @@ void ConfWizard::setupPage1()
pageLayout->addLayout( Layout8 );
KURLLabel1 = new KURLLabel( page, "KURLLabel1" );
KURLLabel1->setText( "http://www.kbarcode.net" );
KURLLabel1->setURL("http://www.kbarcode.net");
KURLLabel1->setText( "http://www.trinitydesktop.org" );
KURLLabel1->setURL("http://www.trinitydesktop.org");
pageLayout->addWidget( KURLLabel1 );
addPage( page, i18n( "Welcome" ) );
}

@ -178,7 +178,7 @@ void DSMainWindow::appHelpActivated()
{
KMessageBox::information( this, i18n(
"<qt>The KBarcode documentation is avaible as PDF for download on our webpage.<br><br>") +
"<a href=\"http://www.kbarcode.net/17.0.html\">" +
"<a href=\"http://trinitydesktop.org/data/main/applications/kbarcode/kbarcode-2.0.0.pdf\">" +
i18n("Download Now") + "</a></qt>",
TQString(), TQString(), KMessageBox::AllowLink );
}

@ -94,7 +94,7 @@ TQString ZPLUtils::header()
{
TQString zpl = TQString();
zpl += "^FXLabel created by KBarcode www.kbarcode.net\n";
zpl += "^FXLabel created by KBarcode www.trinitydesktop.org\n";
zpl += "^XA\n"; // Label start
zpl += "^JMA\n"; // set printer to 304dpi
zpl += "^LH0,0\n"; // set label origin to 0, 0

Loading…
Cancel
Save