Skip to content
Snippets Groups Projects
Commit 1dd68478 authored by Lars Bilke's avatar Lars Bilke
Browse files

[DE] Fixed About window.

parent 52eff5a0
No related branches found
No related tags found
No related merge requests found
......@@ -728,9 +728,8 @@ void MainWindow::showLicense()
void MainWindow::about()
{
QString about("<a href='http://www.opengeosys.org'>http://www.opengeosys.org</a><br /><br />");
about.append(QString("Version: <a href='https://github.com/ufz/ogs/releases/tag/%2'>%1</a><br /><br />")
.arg(QString::fromStdString(BaseLib::BuildInfo::ogs_version))
QString about("<a href='https://www.opengeosys.org'>www.opengeosys.org</a><br /><br />");
about.append(QString("Version: %1<br />")
.arg(QString::fromStdString(BaseLib::BuildInfo::ogs_version)));
about.append(QString("Git commit: <a href='https://github.com/ufz/ogs/commit/%1'>%1</a><br />")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment