Mercurial > hg > sonic-visualiser
comparison main/MainWindow.cpp @ 327:4e612623bf08
...
author | Chris Cannam |
---|---|
date | Tue, 16 Jun 2009 12:44:47 +0000 |
parents | 3903bd2c1cc4 |
children | b168df820681 |
comparison
equal
deleted
inserted
replaced
326:2af190472b32 | 327:4e612623bf08 |
---|---|
3964 | 3964 |
3965 #ifdef HAVE_LIBLO | 3965 #ifdef HAVE_LIBLO |
3966 #ifdef LIBLO_VERSION | 3966 #ifdef LIBLO_VERSION |
3967 aboutText += tr("<br>With liblo Lite OSC library v%1 © Steve Harris").arg(LIBLO_VERSION); | 3967 aboutText += tr("<br>With liblo Lite OSC library v%1 © Steve Harris").arg(LIBLO_VERSION); |
3968 #else // !LIBLO_VERSION | 3968 #else // !LIBLO_VERSION |
3969 aboutText += tr("<br>With liblo Lite OSC library © Steve Harris").arg(LIBLO_VERSION); | 3969 aboutText += tr("<br>With liblo Lite OSC library © Steve Harris"); |
3970 #endif // LIBLO_VERSION | 3970 #endif // LIBLO_VERSION |
3971 | 3971 |
3972 if (m_oscQueue && m_oscQueue->isOK()) { | 3972 if (m_oscQueue && m_oscQueue->isOK()) { |
3973 aboutText += tr("</small><p><small>The OSC URL for this instance is: \"%1\"").arg(m_oscQueue->getOSCURL()); | 3973 aboutText += tr("</small><p><small>The OSC URL for this instance is: \"%1\"").arg(m_oscQueue->getOSCURL()); |
3974 } | 3974 } |