File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 110.3.2 (dev)
22 Make code compatible with Qt5/Qt6 libs.
3+ Updated project site to tintaescura.com.
34
450.3.1 (2023/09/08)
56 Added german translation (thanks to Leon Schumacher - 42LoCo42).
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ void MainWindow::aboutOctoXBPSNotifier()
273273 QLatin1String (" <b>OctoXBPS Notifier</b><br>" );
274274 aboutText += StrConstants::getVersion () + QLatin1String (" : " ) + StrConstants::getApplicationVersion () + QLatin1String (" - " ) + StrConstants::getQtVersion () + QLatin1String (" <br>" );
275275 aboutText += StrConstants::getURL () + QLatin1String (" : " ) +
276- QStringLiteral (" <a href=\" https://github .com/aarnt /octoxbps/\" >https://github .com/aarnt /octoxbps</a><br>" );
276+ QStringLiteral (" <a href=\" https://tintaescura .com/projects /octoxbps/\" >https://tintaescura .com/projects /octoxbps</a><br>" );
277277 aboutText += StrConstants::getLicenses () + QLatin1String (" : " ) + QStringLiteral (" <a href=\" http://www.gnu.org/licenses/gpl-2.0.html\" >GPL v2</a><br>" );
278278 aboutText += QStringLiteral (" © Alexandre Albuquerque Arnt<br><br>" );
279279 aboutText += QStringLiteral (" <b>XBPS</b><br>" );
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ void MainWindow::initTabHelpUsage()
6262 html +=
6363 QString (" <a href=\" http://www.gnu.org/licenses/gpl-2.0.html\" >GPL v2</a>.</p></h3>" ) +
6464 QString (" <h4><p>" ) + strForMoreInfo + " " +
65- QString (" <a href=\" https://github .com/aarnt /octoxbps\" >https://github .com/aarnt /octoxbps</a>.</p></h4><br>" );
65+ QString (" <a href=\" https://tintaescura .com/projects /octoxbps\" >https://tintaescura .com/projects /octoxbps</a>.</p></h4><br>" );
6666
6767 html += tr (" Package classification:" ) +
6868 QString (" <ul type=\" square\" ><li>" ) + iconPath + " installed.png\" /> " +
@@ -206,7 +206,7 @@ void MainWindow::onHelpAbout()
206206 QLatin1String (" <b>" ) + StrConstants::getApplicationName () + QLatin1String (" </b><br>" );
207207 aboutText += StrConstants::getVersion () + QLatin1String (" : " ) + StrConstants::getApplicationVersion () + QLatin1String (" - " ) + StrConstants::getQtVersion () + QLatin1String (" <br>" );
208208 aboutText += StrConstants::getURL () + QLatin1String (" : " ) +
209- QStringLiteral (" <a href=\" https://github .com/aarnt /octoxbps/\" >https://github .com/aarnt /octoxbps</a><br>" );
209+ QStringLiteral (" <a href=\" https://tintaescura .com/projects /octoxbps/\" >https://tintaescura .com/projects /octoxbps</a><br>" );
210210 aboutText += StrConstants::getLicenses () + QLatin1String (" : " ) + QStringLiteral (" <a href=\" http://www.gnu.org/licenses/gpl-2.0.html\" >GPL v2</a><br>" );
211211 aboutText += QStringLiteral (" © Alexandre Albuquerque Arnt<br><br>" );
212212 aboutText += QStringLiteral (" <b>XBPS</b><br>" );
You can’t perform that action at this time.
0 commit comments