Commit 2aef956c authored by Felix Nawothnig's avatar Felix Nawothnig Committed by Alexandre Julliard

Replace "Registry Explorer" by "Registry Editor" in about dialog.

parent 08767009
......@@ -28,5 +28,5 @@
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)));
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment