AudioFileModel
diff --git a/res/localization/LameXP_DE.qm b/res/localization/LameXP_DE.qm
index 667e075b..a078083b 100644
Binary files a/res/localization/LameXP_DE.qm and b/res/localization/LameXP_DE.qm differ
diff --git a/src/Dialog_About.cpp b/src/Dialog_About.cpp
index 38e5da9e..6d4b1245 100644
--- a/src/Dialog_About.cpp
+++ b/src/Dialog_About.cpp
@@ -401,10 +401,6 @@ void AboutDialog::showMoreAbout(void)
tr("Released under the terms of the GNU Lesser General Public License."),
"http://www.musepack.net/"
);
- moreAboutText += QString
- (
- ""
- );
moreAboutText += makeToolText
(
tr("Monkey's Audio − Lossless Audio Compressor"),
@@ -412,6 +408,10 @@ void AboutDialog::showMoreAbout(void)
tr("Freely available source code, simple SDK and non-restrictive licensing."),
"http://www.monkeysaudio.com/"
);
+ moreAboutText += QString
+ (
+ " | "
+ );
moreAboutText += makeToolText
(
tr("Shorten − Lossless Audio Compressor"),
@@ -441,6 +441,20 @@ void AboutDialog::showMoreAbout(void)
"http://craz.net/programs/itunes/alac.html"
);
moreAboutText += makeToolText
+ (
+ tr("wma2wav − Dump WMA files to Wave Audio"),
+ "wma2wav.exe", "????-??-??",
+ tr("Copyright (c) 2011 LoRd_MuldeR . Some rights reserved."),
+ "http://forum.doom9.org/showthread.php?t=140273"
+ );
+ moreAboutText += makeToolText
+ (
+ tr("avs2wav − Avisynth to Wave Audio converter"),
+ "avs2wav.exe", "v?.?",
+ tr("By Jory Stone and LoRd_MuldeR ."),
+ "http://forum.doom9.org/showthread.php?t=70882"
+ );
+ moreAboutText += makeToolText
(
tr("MediaInfo − Media File Analysis Tool"),
"mediainfo.exe", "v?.?.??",
|