Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 1667:81c28e5bc144
Credit translators in About box
author | Chris Cannam |
---|---|
date | Wed, 08 Mar 2017 08:37:55 +0000 |
parents | 3dbfe3ba0d1f |
children | 076aca59192f |
line wrap: on
line diff
--- a/main/MainWindow.cpp Wed Mar 08 08:30:09 2017 +0000 +++ b/main/MainWindow.cpp Wed Mar 08 08:37:55 2017 +0000 @@ -4996,9 +4996,17 @@ aboutText += "</small></p>"; #endif // HAVE_LIBLO + aboutText += "<p><small>"; + aboutText += tr("Russian UI translation contributed by Alexandre Prokoudine."); + aboutText += "<br>"; + aboutText += tr("Czech UI translation contributed by Pavel Fric."); + aboutText += "</small></p>"; + aboutText += "<p><small>Sonic Visualiser Copyright © 2005–2017 Chris Cannam and " - "Queen Mary, University of London.</small></p>" + "Queen Mary, University of London.</small></p>"; + + aboutText += "<p><small>This program is free software; you can redistribute it and/or " "modify it under the terms of the GNU General Public License as " "published by the Free Software Foundation; either version 2 of the "