change Registry Usage nearly complete to 7-Zip-ZStandard key

This commit is contained in:
Tino Reichardt
2017-05-18 11:36:45 +02:00
parent 95e71d900b
commit b401d31c41
11 changed files with 12 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ static const TCHAR * const kDefaultIconKeyName = TEXT("DefaultIcon");
static const TCHAR * const kShellKeyName = TEXT("shell");
static const TCHAR * const kOpenKeyName = TEXT("open");
static const TCHAR * const kCommandKeyName = TEXT("command");
static const char * const k7zipPrefix = "7-Zip.";
static const char * const k7zipPrefix = "7-Zip-ZStandard.";
static CSysString GetExtProgramKeyName(const CSysString &ext)
{

View File

@@ -11,7 +11,7 @@
using namespace NWindows;
using namespace NRegistry;
#define REG_PATH_7Z TEXT("Software") TEXT(STRING_PATH_SEPARATOR) TEXT("7-Zip")
#define REG_PATH_7Z TEXT("Software") TEXT(STRING_PATH_SEPARATOR) TEXT("7-Zip-ZStandard")
static LPCTSTR const kCUBasePath = REG_PATH_7Z;
static LPCTSTR const kCU_FMPath = REG_PATH_7Z TEXT(STRING_PATH_SEPARATOR) TEXT("FM");