OSDN Git Service

kmix: start kcmplayer instead of kcm_phonon from Audio Setup action
authorIvailo Monev <xakepa10@gmail.com>
Sun, 10 Apr 2016 14:57:29 +0000 (14:57 +0000)
committerIvailo Monev <xakepa10@gmail.com>
Sun, 10 Apr 2016 14:57:29 +0000 (14:57 +0000)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
kmix/apps/kmix.cpp

index 6441404..9c011d2 100644 (file)
@@ -1276,7 +1276,7 @@ void
 KMixWindow::slotKdeAudioSetupExec()
 {
   QStringList args;
-  args << "kcmshell4" << "kcm_phonon";
+  args << "kcmshell4" << "kcmplayer";
   forkExec(args);
 }
 
@@ -1287,8 +1287,7 @@ KMixWindow::forkExec(const QStringList& args)
   if (pid == 0)
     {
       static const QString startErrorMessage(
-          i18n(
-              "The helper application is either not installed or not working."));
+          i18n("The helper application is either not installed or not working."));
       QString msg;
       msg += startErrorMessage;
       msg += "\n(";