Set PowerRename context menu hotkey to 'w' (#1673)

This commit is contained in:
stefansjfw
2020-03-25 11:12:38 +01:00
committed by GitHub
parent 1476395829
commit b835716e36
4 changed files with 10 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ struct InvokeStruct
CPowerRenameMenu::CPowerRenameMenu()
{
ModuleAddRef();
app_name = GET_RESOURCE_STRING(IDS_POWERRENAME);
app_name = GET_RESOURCE_STRING(IDS_POWERRENAME_APP_NAME);
}
CPowerRenameMenu::~CPowerRenameMenu()