From 2aef956ceb28567fe2c14657aaf13c43c73d39d8 Mon Sep 17 00:00:00 2001 From: Felix Nawothnig Date: Mon, 22 Aug 2005 09:17:37 +0000 Subject: [PATCH] Replace "Registry Explorer" by "Registry Editor" in about dialog. --- programs/regedit/about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/regedit/about.c b/programs/regedit/about.c index c8e23840132..d544c3f8086 100644 --- a/programs/regedit/about.c +++ b/programs/regedit/about.c @@ -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))); }