From a4d4df97b77da4905ba4b4a14633f9241432f85c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 13 Jan 2013 15:40:30 +0000 Subject: 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 --- src/plugins/General/songchange/songchangefactory.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/General/songchange/songchangefactory.cpp') 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 "));*/ + QMessageBox::about (parent, tr("About Song Change Plugin"), + tr("Qmmp Song Change Plugin")+"\n"+ + tr("Written by: Ilya Kotov ")); } QTranslator *SongChangeFactory::createTranslator(QObject *parent) -- cgit v1.2.3-13-gbd6f