Added "Aften" to About dialog.
This commit is contained in:
parent
323ec4f9ce
commit
c3a7eef242
@ -30,7 +30,7 @@
|
||||
#define VER_LAMEXP_MINOR_LO 2
|
||||
#define VER_LAMEXP_TYPE Alpha
|
||||
#define VER_LAMEXP_PATCH 10
|
||||
#define VER_LAMEXP_BUILD 483
|
||||
#define VER_LAMEXP_BUILD 484
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Tools versions
|
||||
|
@ -351,6 +351,13 @@ void AboutDialog::showMoreAbout(void)
|
||||
tr("Available from vendor web-site as free download:")
|
||||
);
|
||||
moreAboutText += makeToolText
|
||||
(
|
||||
tr("Aften − A/52 audio encoder"),
|
||||
"aften.exe", "v?.?.?",
|
||||
tr("Released under the terms of the GNU Lesser General Public License."),
|
||||
"http://aften.sourceforge.net/"
|
||||
);
|
||||
moreAboutText += makeToolText
|
||||
(
|
||||
tr("FLAC − Free Lossless Audio Codec"),
|
||||
"flac.exe", "v?.?.?",
|
||||
|
Loading…
Reference in New Issue
Block a user