diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-03-07 10:43:35 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-03-07 10:43:35 +0000 |
| commit | 80f5944092ab3e4b959f4d86ae3e1708e246151c (patch) | |
| tree | e52a39109b390501cc40f6f3e3b4178166cc9038 /src/plugins/Input/cdaudio/decodercdaudiofactory.cpp | |
| parent | 01b6aa0f318e347d882af7b5787648f6c4be9c8b (diff) | |
| download | qmmp-80f5944092ab3e4b959f4d86ae3e1708e246151c.tar.gz qmmp-80f5944092ab3e4b959f4d86ae3e1708e246151c.tar.bz2 qmmp-80f5944092ab3e4b959f4d86ae3e1708e246151c.zip | |
removed libcddb support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9271 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/cdaudio/decodercdaudiofactory.cpp')
| -rw-r--r-- | src/plugins/Input/cdaudio/decodercdaudiofactory.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/Input/cdaudio/decodercdaudiofactory.cpp b/src/plugins/Input/cdaudio/decodercdaudiofactory.cpp index 2025e8f8b..f63905997 100644 --- a/src/plugins/Input/cdaudio/decodercdaudiofactory.cpp +++ b/src/plugins/Input/cdaudio/decodercdaudiofactory.cpp @@ -20,7 +20,6 @@ #include <QMessageBox> #include <cdio/version.h> -#include <cddb/version.h> #include "settingsdialog.h" #include "decoder_cdaudio.h" #include "decodercdaudiofactory.h" @@ -85,8 +84,7 @@ void DecoderCDAudioFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About CD Audio Plugin"), tr("Qmmp CD Audio Plugin")+"\n"+ - QString(tr("Compiled against libcdio-%1 and libcddb-%2")).arg(CDIO_VERSION) - .arg(CDDB_VERSION) + "\n" + + QString(tr("Compiled against libcdio-%1")).arg(CDIO_VERSION) + "\n" + tr("Written by: Ilya Kotov <forkotov02@ya.ru>")+"\n"+ tr("Usage: open cdda:/// using Add URL dialog or command line")); } |
