Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 327:4e612623bf08
...
author | Chris Cannam |
---|---|
date | Tue, 16 Jun 2009 12:44:47 +0000 |
parents | 3903bd2c1cc4 |
children | b168df820681 |
line wrap: on
line diff
--- a/main/MainWindow.cpp Fri May 22 13:54:45 2009 +0000 +++ b/main/MainWindow.cpp Tue Jun 16 12:44:47 2009 +0000 @@ -3966,7 +3966,7 @@ #ifdef LIBLO_VERSION aboutText += tr("<br>With liblo Lite OSC library v%1 © Steve Harris").arg(LIBLO_VERSION); #else // !LIBLO_VERSION - aboutText += tr("<br>With liblo Lite OSC library © Steve Harris").arg(LIBLO_VERSION); + aboutText += tr("<br>With liblo Lite OSC library © Steve Harris"); #endif // LIBLO_VERSION if (m_oscQueue && m_oscQueue->isOK()) {