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

This commit is contained in:
Felix Nawothnig 2005-08-22 09:17:37 +00:00 committed by Alexandre Julliard
parent 0876700949
commit 2aef956ceb
1 changed files with 1 additions and 1 deletions

View File

@ -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)));
}