comparison main/MainWindow.cpp @ 2311:186a452dddd3

Bitbucket -> Sourcehut, and subrepo update
author Chris Cannam
date Fri, 30 Aug 2019 11:56:03 +0100
parents a1c14880404b
children a7934d5661f8
comparison
equal deleted inserted replaced
2310:a2a321f02e6e 2311:186a452dddd3
5151 aboutText += tr("<br>With Ogg file decoder (oggz v%1, fishsound v%2) &copy; CSIRO Australia").arg(OGGZ_VERSION).arg(FISHSOUND_VERSION); 5151 aboutText += tr("<br>With Ogg file decoder (oggz v%1, fishsound v%2) &copy; CSIRO Australia").arg(OGGZ_VERSION).arg(FISHSOUND_VERSION);
5152 #else // !OGGZ_VERSION 5152 #else // !OGGZ_VERSION
5153 aboutText += tr("<br>With Ogg file decoder &copy; CSIRO Australia"); 5153 aboutText += tr("<br>With Ogg file decoder &copy; CSIRO Australia");
5154 #endif // OGGZ_VERSION 5154 #endif // OGGZ_VERSION
5155 #endif // HAVE_OGGZ 5155 #endif // HAVE_OGGZ
5156 #ifdef HAVE_OPUS
5157 aboutText += tr("<br>With Opus decoder &copy; Xiph.Org Foundation");
5158 #endif // HAVE_OPUS
5156 #ifdef HAVE_MAD 5159 #ifdef HAVE_MAD
5157 #ifdef MAD_VERSION 5160 #ifdef MAD_VERSION
5158 aboutText += tr("<br>With MAD mp3 decoder v%1 &copy; Underbit Technologies Inc").arg(MAD_VERSION); 5161 aboutText += tr("<br>With MAD mp3 decoder v%1 &copy; Underbit Technologies Inc").arg(MAD_VERSION);
5159 #else // !MAD_VERSION 5162 #else // !MAD_VERSION
5160 aboutText += tr("<br>With MAD mp3 decoder &copy; Underbit Technologies Inc"); 5163 aboutText += tr("<br>With MAD mp3 decoder &copy; Underbit Technologies Inc");