diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-08-31 10:36:49 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-31 10:36:49 -0700 |
commit | 3bcb634e06b77d771a752be2011cafa10d6ea18d (patch) | |
tree | 3451b5a2c23335a7a35ea4af2da81ff49f7795fc /qt-ui | |
parent | 2c4ae23ccc5d968074f549794f40380ec2f68800 (diff) | |
download | subsurface-3bcb634e06b7.tar.gz |
Remove about window have for Beta releases
Simply tag the beta versions correctly and none of this is needed.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/about.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qt-ui/about.cpp b/qt-ui/about.cpp index 203357010..73db74b0c 100644 --- a/qt-ui/about.cpp +++ b/qt-ui/about.cpp @@ -10,11 +10,6 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget *parent, Qt::WindowFlags f) : QDialog(p setWindowModality(Qt::ApplicationModal); QString versionString(subsurface_git_version()); - QStringList readableVersions = QStringList() << "4.3.950" << "4.4 Beta 1" << - "4.3.960" << "4.4 Beta 2" << - "4.3.970" << "4.4 Beta 3"; - if (readableVersions.contains(versionString)) - versionString = readableVersions[readableVersions.indexOf(versionString) + 1]; ui.aboutLabel->setText(tr("<span style='font-size: 18pt; font-weight: bold;'>" "Subsurface %1 </span><br><br>" |