diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-02-08 08:19:37 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-08 08:19:37 -0800 |
commit | 2a3a1c1b412ea3da896c21840e07662002197dd0 (patch) | |
tree | 08fc452a29432ce3f467c99728b59bc0f13441c9 /qt-ui/about.cpp | |
parent | 31611141067d1876a3b1ee2d8bafd64839c476d3 (diff) | |
download | subsurface-2a3a1c1b412ea3da896c21840e07662002197dd0.tar.gz |
Long over-due change to the About text
Giving Tomaz the credit he deserves.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/about.cpp')
-rw-r--r-- | qt-ui/about.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qt-ui/about.cpp b/qt-ui/about.cpp index 804d73b7c..c97bde673 100644 --- a/qt-ui/about.cpp +++ b/qt-ui/about.cpp @@ -12,7 +12,9 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget* parent, Qt::WindowFlags f) ui.aboutLabel->setText(tr("<span style='font-size: 18pt; font-weight: bold;'>" \ "Subsurface %1 </span><br><br>" \ "Multi-platform divelog software<br>" \ - "<span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, and others, 2011-2014</span>").arg(VERSION_STRING)); + "<span style='font-size: 8pt'>" \ + "Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, and others, 2011-2014" \ + "</span>").arg(VERSION_STRING)); } void SubsurfaceAbout::on_licenseButton_clicked() |