Added "Aften" to About dialog.

This commit is contained in:
LoRd_MuldeR 2011-05-05 01:47:58 +02:00
parent 323ec4f9ce
commit c3a7eef242
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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?.?.?",