comparison main/MainWindow.cpp @ 127:fbd09fcda469

* doc updates
author Chris Cannam
date Fri, 30 Mar 2007 17:16:48 +0000
parents 8d31c8e9c820
children 20ec0c6d4a97
comparison
equal deleted inserted replaced
126:8d31c8e9c820 127:fbd09fcda469
4709 aboutText += tr("<br>With libsndfile (v%1) &copy; Erik de Castro Lopo").arg(SNDFILE_VERSION); 4709 aboutText += tr("<br>With libsndfile (v%1) &copy; Erik de Castro Lopo").arg(SNDFILE_VERSION);
4710 #else 4710 #else
4711 aboutText += tr("<br>With libsndfile &copy; Erik de Castro Lopo"); 4711 aboutText += tr("<br>With libsndfile &copy; Erik de Castro Lopo");
4712 #endif 4712 #endif
4713 #endif 4713 #endif
4714 #ifdef HAVE_FFTW3 4714 #ifdef HAVE_FFTW3F
4715 #ifdef FFTW3_VERSION 4715 #ifdef FFTW3_VERSION
4716 aboutText += tr("<br>With FFTW3 (v%1) &copy; Matteo Frigo and MIT").arg(FFTW3_VERSION); 4716 aboutText += tr("<br>With FFTW3 (v%1) &copy; Matteo Frigo and MIT").arg(FFTW3_VERSION);
4717 #else 4717 #else
4718 aboutText += tr("<br>With FFTW3 &copy; Matteo Frigo and MIT"); 4718 aboutText += tr("<br>With FFTW3 &copy; Matteo Frigo and MIT");
4719 #endif 4719 #endif