From f30d4990e3d2cefab20eecb865928467b9c5d8c7 Mon Sep 17 00:00:00 2001
From: Volker Fischer
Date: Sun, 20 Jul 2008 08:55:49 +0000
Subject: [PATCH] added QT library in about box
---
README | 5 ++++-
src/util.cpp | 7 ++++---
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/README b/README
index 47920aa4..bb08033a 100755
--- a/README
+++ b/README
@@ -72,10 +72,13 @@ This code contains open source code from different sources. The developer(s) wan
to thank the developer of this code for making their efforts available under open
source:
+- Qt cross-platform application framework: http://trolltech.com
+
- audio reverberation code: by Perry R. Cook and Gary P. Scavone, 1995 - 2004
(taken from "The Synthesis ToolKit in C++ (STK)")
- IMA-ADPCM: by Erik de Castro Lopo
- some parts are taken from the project "Dream: a PC-based Digital Radio Mondiale
- (DRM) receiver" written by one of the llcon authors, Volker Fischer
+ (DRM) receiver" written by one of the llcon authors, Volker Fischer:
+ http://drm.sf.net
diff --git a/src/util.cpp b/src/util.cpp
index cc8dd8aa..9ff58b34 100755
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -293,15 +293,16 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent )
"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 "
"USA"
"
"
- "" // libraries used by this compilation of Dream
+ "
" // libraries used by this compilation of llcon
"" + tr("llcon uses the following libraries or code snippets:") +
"
"
""
- "- audio reverberation code: by Perry R. Cook and Gary P. Scavone, "
+ "
- Qt cross-platform application framework: http://trolltech.com
"
+ "- Audio reverberation code: by Perry R. Cook and Gary P. Scavone, "
"1995 - 2004 (taken from \"The Synthesis ToolKit in C++ (STK)\")
"
"- IMA-ADPCM: by Erik de Castro Lopo
"
"- Parts from Dream DRM Receiver by Volker Fischer and Alexander "
- "Kurpiers
"
+ "Kurpiers: http://drm.sf.net"
"
"
"
");