comparison 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
comparison
equal deleted inserted replaced
1666:b0d2dd0d49a9 1667:81c28e5bc144
4994 #endif // LIBLO_VERSION 4994 #endif // LIBLO_VERSION
4995 4995
4996 aboutText += "</small></p>"; 4996 aboutText += "</small></p>";
4997 #endif // HAVE_LIBLO 4997 #endif // HAVE_LIBLO
4998 4998
4999 aboutText += "<p><small>";
5000 aboutText += tr("Russian UI translation contributed by Alexandre Prokoudine.");
5001 aboutText += "<br>";
5002 aboutText += tr("Czech UI translation contributed by Pavel Fric.");
5003 aboutText += "</small></p>";
5004
4999 aboutText += 5005 aboutText +=
5000 "<p><small>Sonic Visualiser Copyright &copy; 2005&ndash;2017 Chris Cannam and " 5006 "<p><small>Sonic Visualiser Copyright &copy; 2005&ndash;2017 Chris Cannam and "
5001 "Queen Mary, University of London.</small></p>" 5007 "Queen Mary, University of London.</small></p>";
5008
5009 aboutText +=
5002 "<p><small>This program is free software; you can redistribute it and/or " 5010 "<p><small>This program is free software; you can redistribute it and/or "
5003 "modify it under the terms of the GNU General Public License as " 5011 "modify it under the terms of the GNU General Public License as "
5004 "published by the Free Software Foundation; either version 2 of the " 5012 "published by the Free Software Foundation; either version 2 of the "
5005 "License, or (at your option) any later version.<br>See the file " 5013 "License, or (at your option) any later version.<br>See the file "
5006 "COPYING included with this distribution for more information.</small></p>"; 5014 "COPYING included with this distribution for more information.</small></p>";