OSDN Git Service

Added "Aften" to About dialog.
authorlordmulder <mulder2@gmx.de>
Wed, 4 May 2011 23:47:58 +0000 (01:47 +0200)
committerlordmulder <mulder2@gmx.de>
Wed, 4 May 2011 23:47:58 +0000 (01:47 +0200)
src/Config.h
src/Dialog_About.cpp

index ae818b1..0ace89d 100644 (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
index 4ca26f8..f8583d3 100644 (file)
@@ -352,6 +352,13 @@ void AboutDialog::showMoreAbout(void)
        );
        moreAboutText += makeToolText
        (
+               tr("Aften &minus; 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 &minus; Free Lossless Audio Codec"),
                "flac.exe", "v?.?.?",
                tr("Open and patent-free lossless audio compression technology."),