aboutsummaryrefslogtreecommitdiff
path: root/src/app/qmmpstarter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/qmmpstarter.cpp')
-rw-r--r--src/app/qmmpstarter.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/app/qmmpstarter.cpp b/src/app/qmmpstarter.cpp
index 507880174..36bb87a3d 100644
--- a/src/app/qmmpstarter.cpp
+++ b/src/app/qmmpstarter.cpp
@@ -260,14 +260,15 @@ void QMMPStarter::printUsage()
cout << "--------" << endl;
cout << qPrintable(m_option_manager->helpString()) << endl;
CommandLineManager::printUsage();
- cout << "--no-start " << qPrintable(tr("Don't start the application")) << endl;
- cout << "--help " << qPrintable(tr("Display this text and exit")) << endl;
- cout << "--version " << qPrintable(tr("Print version number and exit")) << endl;
+ cout << "--no-start " << qPrintable(tr("Don't start the application")) << endl;
+ cout << "--help " << qPrintable(tr("Display this text and exit")) << endl;
+ cout << "--version " << qPrintable(tr("Print version number and exit")) << endl;
cout << qPrintable(tr("Ideas, patches, bugreports send to forkotov02@hotmail.ru")) << endl;
}
void QMMPStarter::printVersion()
{
- cout << qPrintable(tr("QMMP version:")) << " " << qPrintable(Qmmp::strVersion()) << endl;
- cout << qPrintable(tr("Qt version:")) << " " << QT_VERSION_STR << endl;
+ cout << qPrintable(tr("QMMP version: %1").arg(Qmmp::strVersion())) << endl;
+ cout << qPrintable(tr("Compiled with Qt version: %1").arg(QT_VERSION_STR)) << endl;
+ cout << qPrintable(tr("Using Qt version: %1").arg(qVersion())) << endl;
}