diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-01 12:33:51 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-01 12:33:51 +0000 |
| commit | e3ab83869f4b74e485964720f941fed22ce035ea (patch) | |
| tree | 770ed571f9fc0c83cce2addb75148f60fd39c4dd /src/plugins/General/converter/converterfactory.cpp | |
| parent | 041067950f9a2f01ebb1a27db2e811a1167e508d (diff) | |
| download | qmmp-e3ab83869f4b74e485964720f941fed22ce035ea.tar.gz qmmp-e3ab83869f4b74e485964720f941fed22ce035ea.tar.bz2 qmmp-e3ab83869f4b74e485964720f941fed22ce035ea.zip | |
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
Diffstat (limited to 'src/plugins/General/converter/converterfactory.cpp')
| -rw-r--r-- | src/plugins/General/converter/converterfactory.cpp | 6 |
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) |
