Mercurial > hg > tony
comparison src/MainWindow.cpp @ 212:d66256e86f79
Credits
author | Chris Cannam |
---|---|
date | Thu, 06 Mar 2014 14:31:22 +0000 |
parents | e79f63161b41 |
children | cf542e56d891 |
comparison
equal
deleted
inserted
replaced
211:e79f63161b41 | 212:d66256e86f79 |
---|---|
2561 aboutText += tr("<h3>About Tony</h3>"); | 2561 aboutText += tr("<h3>About Tony</h3>"); |
2562 aboutText += tr("<p>Tony is a program for interactive note and pitch analysis and annotation.</p>"); | 2562 aboutText += tr("<p>Tony is a program for interactive note and pitch analysis and annotation.</p>"); |
2563 aboutText += tr("<p>%1 : %2 configuration</p>") | 2563 aboutText += tr("<p>%1 : %2 configuration</p>") |
2564 .arg(version) | 2564 .arg(version) |
2565 .arg(debug ? tr("Debug") : tr("Release")); | 2565 .arg(debug ? tr("Debug") : tr("Release")); |
2566 aboutText += tr("<p>Using Qt version %1</p>") | 2566 aboutText += tr("<p>Using Qt framework version %1.</p>") |
2567 .arg(QT_VERSION_STR); | 2567 .arg(QT_VERSION_STR); |
2568 | 2568 |
2569 aboutText += | 2569 aboutText += |
2570 "<p>Copyright © 2005–2013 Chris Cannam, Matthias Mauch, George Fazekas, and Queen Mary University of London.</p>" | 2570 "<p>Copyright © 2005–2013 Chris Cannam, Queen Mary University of London, and the Tony project authors: Matthias Mauch, George Fazekas, Justin Salamon, and Rachel Bittner.</p>" |
2571 "<p>pYIN analysis plugin written by Matthias Mauch.</p>" | |
2571 "<p>This program is free software; you can redistribute it and/or " | 2572 "<p>This program is free software; you can redistribute it and/or " |
2572 "modify it under the terms of the GNU General Public License as " | 2573 "modify it under the terms of the GNU General Public License as " |
2573 "published by the Free Software Foundation; either version 2 of the " | 2574 "published by the Free Software Foundation; either version 2 of the " |
2574 "License, or (at your option) any later version.<br>See the file " | 2575 "License, or (at your option) any later version.<br>See the file " |
2575 "COPYING included with this distribution for more information.</p>"; | 2576 "COPYING included with this distribution for more information.</p>"; |