diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-18 16:53:19 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-18 16:53:19 +0000 |
| commit | d1d8059fe6b0a8ed3858a00b6a905522dbb35e7e (patch) | |
| tree | c8b4a289d826bf4f540be7181a7b069f805fbb22 /src/plugins/Input/opus/decoderopusfactory.cpp | |
| parent | 2f2207781693ca366da5c8e22e87d982083c3451 (diff) | |
| download | qmmp-d1d8059fe6b0a8ed3858a00b6a905522dbb35e7e.tar.gz qmmp-d1d8059fe6b0a8ed3858a00b6a905522dbb35e7e.tar.bz2 qmmp-d1d8059fe6b0a8ed3858a00b6a905522dbb35e7e.zip | |
updated copyrights
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3258 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/opus/decoderopusfactory.cpp')
| -rw-r--r-- | src/plugins/Input/opus/decoderopusfactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/opus/decoderopusfactory.cpp b/src/plugins/Input/opus/decoderopusfactory.cpp index f8d0f7d3d..4ea2fdb04 100644 --- a/src/plugins/Input/opus/decoderopusfactory.cpp +++ b/src/plugins/Input/opus/decoderopusfactory.cpp @@ -121,8 +121,8 @@ void DecoderOpusFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About Opus Audio Plugin"), tr("Qmmp Opus Audio Plugin")+"\n"+ - tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>") - ); + tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")+"\n"+ + tr("This plugin includes code form TagLib library")); } QTranslator *DecoderOpusFactory::createTranslator(QObject *parent) |
