From c3a7eef2427fa33aa316b436f769e00ec9c8ec98 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Thu, 5 May 2011 01:47:58 +0200 Subject: [PATCH] Added "Aften" to About dialog. --- src/Config.h | 2 +- src/Dialog_About.cpp | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/Config.h b/src/Config.h index ae818b15..0ace89d4 100644 --- a/src/Config.h +++ b/src/Config.h @@ -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 diff --git a/src/Dialog_About.cpp b/src/Dialog_About.cpp index 4ca26f82..f8583d3c 100644 --- a/src/Dialog_About.cpp +++ b/src/Dialog_About.cpp @@ -352,6 +352,13 @@ void AboutDialog::showMoreAbout(void) ); 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?.?.?", tr("Open and patent-free lossless audio compression technology."), -- 2.11.0