Replace "Registry Explorer" by "Registry Editor" in about dialog.
This commit is contained in:
parent
0876700949
commit
2aef956ceb
|
@ -28,5 +28,5 @@
|
||||||
|
|
||||||
void ShowAboutBox(HWND hWnd)
|
void ShowAboutBox(HWND hWnd)
|
||||||
{
|
{
|
||||||
ShellAbout(hWnd, _T("Registry Explorer"), _T(""), LoadIcon(hInst, MAKEINTRESOURCE(IDI_REGEDIT)));
|
ShellAbout(hWnd, _T("Registry Editor"), _T(""), LoadIcon(hInst, MAKEINTRESOURCE(IDI_REGEDIT)));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue