Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zodiacon committed Oct 9, 2021
1 parent dbdb660 commit 2ab6a66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified RegExp/RegExp.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion RegExp/RenameValueCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "Registry.h"

RenameValueCommand::RenameValueCommand(PCWSTR path, PCWSTR name, PCWSTR newName, AppCommandCallback<RenameValueCommand> cb)
: RegAppCommandBase(L"Rename Key", path, name, cb), _newName(newName) {
: RegAppCommandBase(L"Rename Value", path, name, cb), _newName(newName) {
}

bool RenameValueCommand::Execute() {
Expand Down

0 comments on commit 2ab6a66

Please sign in to comment.