Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkinddragon <kinddragon@users.sourceforge.net>2010-05-23 22:35:44 +0400
committerkinddragon <kinddragon@users.sourceforge.net>2010-05-23 22:35:44 +0400
commit880c9026dfb0b2311e1d42c381216b852b62550b (patch)
tree2a2dc281b409347c49e92115a5e333959504da14 /src/apps/mplayerc/PPageFormats.cpp
parentedd9465a9d8684a6b40672b90c3b7a781f03b2b9 (diff)
Resource files fixed
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1930 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PPageFormats.cpp')
-rw-r--r--src/apps/mplayerc/PPageFormats.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apps/mplayerc/PPageFormats.cpp b/src/apps/mplayerc/PPageFormats.cpp
index 9da4a0fa8..ed47832ed 100644
--- a/src/apps/mplayerc/PPageFormats.cpp
+++ b/src/apps/mplayerc/PPageFormats.cpp
@@ -271,6 +271,7 @@ bool CPPageFormats::RegisterExt(CString ext, CString strLabel, bool fRegister)
}
else
{
+ key.Close();
key.Attach(HKEY_CLASSES_ROOT);
key.RecurseDeleteKey(strProgID + _T("\\shell\\enqueue"));
}