ImageResizer, PowerRename, FileLocksmith prev handlers

This commit is contained in:
Stefan Markovic
2024-10-14 15:17:32 +02:00
parent 9f00966e67
commit d8ad216319
9 changed files with 32 additions and 2 deletions

View File

@@ -240,12 +240,15 @@ HRESULT ExplorerCommand::s_CreateInstance(IUnknown* pUnkOuter, REFIID riid, void
ExplorerCommand::ExplorerCommand()
{
m_etwTrace.UpdateState(true);
++globals::ref_count;
context_menu_caption = GET_RESOURCE_STRING_FALLBACK(IDS_FILELOCKSMITH_CONTEXT_MENU_ENTRY, L"Unlock with File Locksmith");
}
ExplorerCommand::~ExplorerCommand()
{
m_etwTrace.Flush();
m_etwTrace.UpdateState(false);
--globals::ref_count;
}