From e3ab83869f4b74e485964720f941fed22ce035ea Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 1 Oct 2011 12:33:51 +0000 Subject: implemented converter settings, fixed build git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2364 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/converter/converterfactory.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/General/converter/converterfactory.cpp') 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 "));*/ + tr("Written by: Ilya Kotov ")); } QTranslator *ConverterFactory::createTranslator(QObject *parent) -- cgit v1.2.3-13-gbd6f