diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-05-08 10:57:10 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-05-09 17:21:43 -0700 |
commit | 98150241998d880634f190bd41d243a0d963b7b7 (patch) | |
tree | 6a72ceffcc35997d3358ab324b8d8da7862d8d58 /desktop-widgets | |
parent | ce7cc797054059cb852cb9de9a30cd27af85db72 (diff) | |
download | subsurface-98150241998d880634f190bd41d243a0d963b7b7.tar.gz |
add Berthold to the list of explicitly mentioned developers
Number 3 overall committer with currently 9% of total commits and 27% of all
commits in the last three years.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets')
-rw-r--r-- | desktop-widgets/about.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/about.cpp b/desktop-widgets/about.cpp index 9eeeeb368..41084ec94 100644 --- a/desktop-widgets/about.cpp +++ b/desktop-widgets/about.cpp @@ -21,7 +21,7 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget *parent, Qt::WindowFlags f) : QDialog(p "Subsurface %1 </span><br><br>" "Multi-platform divelog software<br>" "<span style='font-size: 8pt'>" - "Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, and others, 2011-2020" + "Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2020" "</span>").arg(versionString)); QShortcut *close = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_W), this); |