Mercurial > hg > easaier-soundaccess
diff sv/main/MainWindow.cpp @ 201:32ee519c9919
add header to DIT filters and copyright info
author | lbajardsilogic |
---|---|
date | Fri, 18 Jan 2008 13:12:04 +0000 |
parents | a15d44a672c1 |
children | bb04d9df8b41 |
line wrap: on
line diff
--- a/sv/main/MainWindow.cpp Tue Jan 08 10:09:28 2008 +0000 +++ b/sv/main/MainWindow.cpp Fri Jan 18 13:12:04 2008 +0000 @@ -5092,6 +5092,9 @@ aboutText += tr("<p>The OSC URL for this instance is: \"%1\"").arg(m_oscQueue->getOSCURL()); } #endif + + aboutText += tr("<br>DIGITAL SIGNAL PROCESSING TOOLS (v%1) © (1999) Laurent de Soras").arg(DSPT_VERSION); + aboutText += "</p>"; //#endif