aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/fileops/fileopsfactory.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-05-11 12:31:48 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-05-11 12:31:48 +0000
commit7c6e2dd399925d6c82ec3d55e6dc9e787cb252e6 (patch)
tree6a007307cac9dab20af39a9d1c69776379660fe5 /src/plugins/General/fileops/fileopsfactory.cpp
parentf12c647031485d06eb2eb46b74a10f097f141fca (diff)
downloadqmmp-7c6e2dd399925d6c82ec3d55e6dc9e787cb252e6.tar.gz
qmmp-7c6e2dd399925d6c82ec3d55e6dc9e787cb252e6.tar.bz2
qmmp-7c6e2dd399925d6c82ec3d55e6dc9e787cb252e6.zip
enabled file operations plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@936 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/fileops/fileopsfactory.cpp')
-rw-r--r--src/plugins/General/fileops/fileopsfactory.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/plugins/General/fileops/fileopsfactory.cpp b/src/plugins/General/fileops/fileopsfactory.cpp
index 38c205b5f..09bf0d919 100644
--- a/src/plugins/General/fileops/fileopsfactory.cpp
+++ b/src/plugins/General/fileops/fileopsfactory.cpp
@@ -29,7 +29,7 @@ const GeneralProperties FileOpsFactory::properties() const
GeneralProperties properties;
properties.name = tr("File Operations Plugin");
properties.shortName = "fileops";
- properties.hasAbout = FALSE;
+ properties.hasAbout = TRUE;
properties.hasSettings = TRUE;
properties.visibilityControl = FALSE;
return properties;
@@ -47,10 +47,9 @@ QDialog *FileOpsFactory::createConfigDialog(QWidget *parent)
void FileOpsFactory::showAbout(QWidget *parent)
{
- /*QMessageBox::about (parent, tr("About Lyrics Plugin"),
- tr("Qmmp Lyrics Plugin")+"\n"+
- tr("This plugin retrieves lyrics from LyricWiki.org")+"\n"+
- tr("Writen by: Ilya Kotov <forkotov02@hotmail.ru>"));*/
+ QMessageBox::about (parent, tr("About File Operations Plugin"),
+ tr("Qmmp File Operations Plugin")+"\n"+
+ tr("Writen by: Ilya Kotov <forkotov02@hotmail.ru>"));
}
QTranslator *FileOpsFactory::createTranslator(QObject *parent)