Fix links
This commit is contained in:
parent
0911d2471e
commit
7c88716ab7
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
void ShowAboutDialog(QWidget *parent)
|
void ShowAboutDialog(QWidget *parent)
|
||||||
{
|
{
|
||||||
QString pgLabVersionString = "0.2";
|
QString pgLabVersionString = "0.2";
|
||||||
QString releaseNotesUrl = "file:///" + QCoreApplication::applicationDirPath() + "\\releasenotes.html";
|
QString releaseNotesUrl = "https://eelke.gitlab.io/pgLab/releasenotes.html";
|
||||||
QString year = QString::fromLatin1(__DATE__, 11).right(4);
|
QString year = QString::fromLatin1(__DATE__, 11).right(4);
|
||||||
QMessageBox::about(parent, "pgLab", QMessageBox::tr(
|
QMessageBox::about(parent, "pgLab", QMessageBox::tr(
|
||||||
"<h1>Version %3</h1>"
|
"<h1>Version %3</h1>"
|
||||||
|
|
@ -26,5 +26,5 @@ void ShowAboutDialog(QWidget *parent)
|
||||||
|
|
||||||
void OpenManual()
|
void OpenManual()
|
||||||
{
|
{
|
||||||
QDesktopServices::openUrl(QString("https://eelke.gitlab.io/pgLab/#pglab-user-manual"));
|
QDesktopServices::openUrl(QString("https://eelke.gitlab.io/pgLab/"));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue