diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-01-13 15:40:30 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-01-13 15:40:30 +0000 |
| commit | a4d4df97b77da4905ba4b4a14633f9241432f85c (patch) | |
| tree | 2358675f56c19d61439de16300eb2c5743bf9403 /src/plugins/General/songchange/songchangefactory.cpp | |
| parent | cf28884e3bf4edf48f6fa43fe075e7a1d279fd88 (diff) | |
| download | qmmp-a4d4df97b77da4905ba4b4a14633f9241432f85c.tar.gz qmmp-a4d4df97b77da4905ba4b4a14633f9241432f85c.tar.bz2 qmmp-a4d4df97b77da4905ba4b4a14633f9241432f85c.zip | |
added complete song change plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3155 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/songchange/songchangefactory.cpp')
| -rw-r--r-- | src/plugins/General/songchange/songchangefactory.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/General/songchange/songchangefactory.cpp b/src/plugins/General/songchange/songchangefactory.cpp index 5f6a65c51..e85e665d2 100644 --- a/src/plugins/General/songchange/songchangefactory.cpp +++ b/src/plugins/General/songchange/songchangefactory.cpp @@ -47,9 +47,9 @@ QDialog *SongChangeFactory::createConfigDialog(QWidget *parent) void SongChangeFactory::showAbout(QWidget *parent) { - /*QMessageBox::about (parent, tr("About File Operations Plugin"), - tr("Qmmp File Operations Plugin")+"\n"+ - tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));*/ + QMessageBox::about (parent, tr("About Song Change Plugin"), + tr("Qmmp Song Change Plugin")+"\n"+ + tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")); } QTranslator *SongChangeFactory::createTranslator(QObject *parent) |
