Mercurial > hg > sonic-visualiser
comparison main/MainWindow.cpp @ 111:7783bbb99887
* Update version for pre1
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2007 17:26:01 +0000 |
parents | d25ea0c2af5c |
children | 18b0a43155ae |
comparison
equal
deleted
inserted
replaced
110:d25ea0c2af5c | 111:7783bbb99887 |
---|---|
4401 | 4401 |
4402 QString aboutText; | 4402 QString aboutText; |
4403 | 4403 |
4404 aboutText += tr("<h3>About Sonic Visualiser</h3>"); | 4404 aboutText += tr("<h3>About Sonic Visualiser</h3>"); |
4405 aboutText += tr("<p>Sonic Visualiser is a program for viewing and exploring audio data for<br>semantic music analysis and annotation.</p>"); | 4405 aboutText += tr("<p>Sonic Visualiser is a program for viewing and exploring audio data for<br>semantic music analysis and annotation.</p>"); |
4406 aboutText += tr("<p>%1 : %2 build</p>") | 4406 aboutText += tr("<p>%1 : %2 configuration</p>") |
4407 .arg(version) | 4407 .arg(version) |
4408 .arg(debug ? tr("Debug") : tr("Release")); | 4408 .arg(debug ? tr("Debug") : tr("Release")); |
4409 | 4409 |
4410 #ifdef BUILD_STATIC | 4410 #ifdef BUILD_STATIC |
4411 aboutText += tr("<p>Statically linked"); | 4411 aboutText += tr("<p>Statically linked"); |