diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-03-09 16:35:15 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-03-09 16:35:15 +0000 |
| commit | d1a426d6658c7e674afb68da5a3c644b6b67bcc1 (patch) | |
| tree | 4ea3e477f055e5b84540620f4a45008545da9e76 /src/qmmpui/winfileassoc.cpp | |
| parent | 358003e84b713bf7c99d57f13e0eda0a02c97678 (diff) | |
| download | qmmp-d1a426d6658c7e674afb68da5a3c644b6b67bcc1.tar.gz qmmp-d1a426d6658c7e674afb68da5a3c644b6b67bcc1.tar.bz2 qmmp-d1a426d6658c7e674afb68da5a3c644b6b67bcc1.zip | |
enabled 'file types' page, removed unused code
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4140 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/winfileassoc.cpp')
| -rw-r--r-- | src/qmmpui/winfileassoc.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/qmmpui/winfileassoc.cpp b/src/qmmpui/winfileassoc.cpp index 50e2b42f6..6b84b5db3 100644 --- a/src/qmmpui/winfileassoc.cpp +++ b/src/qmmpui/winfileassoc.cpp @@ -36,6 +36,12 @@ Author: Florin Braghis (florin@libertv.ro) */ +/* + main changes compared to SMplayer: + replaced SMPlayer by Qmmp +*/ + + #include "winfileassoc.h" #include <QSettings> #include <QApplication> @@ -252,7 +258,7 @@ bool WinFileAssoc::CreateClassId(const QString &executablePath, const QString &f // Add "Enqueue" command Reg.setValue(classId + "/shell/enqueue/.", QObject::tr("Enqueue in Qmmp")); - Reg.setValue(classId + "/shell/enqueue/command/.", QString("\"%1\" -add-to-playlist \"%2\"").arg(appPath, "%1")); + Reg.setValue(classId + "/shell/enqueue/command/.", QString("\"%1\" -e \"%2\"").arg(appPath, "%1")); return true; } |
