REGEDIT: s/Explorer/Editor/g

Felix Nawothnig felix.nawothnig at t-online.de
Sat Aug 20 12:24:58 CDT 2005


ChangeLog:
Replace "Registry Explorer" by "Registry Editor" in about dialog.
-------------- next part --------------
Index: programs/regedit/about.c
===================================================================
RCS file: /home/wine/wine/programs/regedit/about.c,v
retrieving revision 1.3
diff -u -r1.3 about.c
--- programs/regedit/about.c	16 Jan 2004 01:58:48 -0000	1.3
+++ programs/regedit/about.c	20 Aug 2005 17:23:14 -0000
@@ -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)));
 }


More information about the wine-patches mailing list