diff options
author | Mataes <mataes2007@gmail.com> | 2018-12-23 15:48:00 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2018-12-23 15:48:00 +0300 |
commit | 8a93b6cd3c9e884bb5f15389441a71837eae5c80 (patch) | |
tree | 1b88e02579472573821da3ec54bef28426196c59 /plugins/AssocMgr/src/reg.cpp | |
parent | a36d57052392c03132e1b34a2c41da9944551768 (diff) |
AssocMgr: moved to m_gui
Diffstat (limited to 'plugins/AssocMgr/src/reg.cpp')
-rw-r--r-- | plugins/AssocMgr/src/reg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/AssocMgr/src/reg.cpp b/plugins/AssocMgr/src/reg.cpp index 6c4a30e847..82f19f5040 100644 --- a/plugins/AssocMgr/src/reg.cpp +++ b/plugins/AssocMgr/src/reg.cpp @@ -482,7 +482,7 @@ static LONG RestoreRegTree(HKEY hKey, const char *pszSubKey, const char *pszDbPr else res = ERROR_INVALID_DATA;
if (res)
break;
-
+
g_plugin.delSetting(ppszSettings[i]);
if (hSubKey != hKey)
RegCloseKey(hSubKey);
@@ -865,7 +865,7 @@ void RemoveRegFileExt(const char *pszFileExt, const char *pszClassName) if (pszPrevClassName == nullptr)
RegDeleteValue(hExtKey, nullptr);
-
+
// open with progids (remove if empty)
DWORD nOpenWithCount = 0;
if (!RegOpenKeyEx(hExtKey, L"OpenWithProgids", 0, KEY_SET_VALUE | KEY_QUERY_VALUE, &hSubKey)) {
|