Modified resourceIDs for strings in the table

This commit is contained in:
Alekhya Kommuru
2020-01-15 13:57:05 -08:00
parent d0648d1754
commit 31a01ab227
6 changed files with 39 additions and 40 deletions

View File

@@ -4,7 +4,7 @@
#include <PowerRenameItem.h>
#include <PowerRenameManager.h>
#include <trace.h>
#include <common/common.h>
#include <common.h>
#include <Helpers.h>
#include <Settings.h>
#include "resource.h"
@@ -270,4 +270,4 @@ HRESULT __stdcall CPowerRenameMenu::EnumSubCommands(IEnumExplorerCommand** ppEnu
{
*ppEnum = nullptr;
return E_NOTIMPL;
}
}