aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/converter/converterfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/converter/converterfactory.cpp')
-rw-r--r--src/plugins/General/converter/converterfactory.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/General/converter/converterfactory.cpp b/src/plugins/General/converter/converterfactory.cpp
index a452d32b9..9dac2a1b7 100644
--- a/src/plugins/General/converter/converterfactory.cpp
+++ b/src/plugins/General/converter/converterfactory.cpp
@@ -27,7 +27,7 @@ const GeneralProperties ConverterFactory::properties() const
GeneralProperties properties;
properties.name = tr("Converter Plugin");
properties.shortName = "converter";
- properties.hasAbout = true;
+ properties.hasAbout = false;
properties.hasSettings = false;
properties.visibilityControl = false;
return properties;
@@ -46,10 +46,10 @@ QDialog *ConverterFactory::createConfigDialog(QWidget *parent)
void ConverterFactory::showAbout(QWidget *parent)
{
- /*QMessageBox::about (parent, tr("About Converter Plugin"),
+ QMessageBox::about (parent, tr("About Converter Plugin"),
tr("Qmmp Converter Plugin")+"\n"+
tr("")+"\n"+
- tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));*/
+ tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
}
QTranslator *ConverterFactory::createTranslator(QObject *parent)