--- mstools/samples/deb/deb.rc 2018/08/09 18:20:39 1.1 +++ mstools/samples/deb/deb.rc 2018/08/09 18:21:32 1.1.1.2 @@ -1,8 +1,14 @@ -// ************************************************************************** -// MODULE : DEB.rc -// PURPOSE : A Win32 Application that demonstrates the Win32 debug APIs +// ************************************************************************ +// +// Microsoft Developer Support +// Copyright (c) 1992 Microsoft Corporation +// +// ************************************************************************ +// MODULE : DEB.RC +// PURPOSE : A Win32 Application that demonstrates the Win32 Debug APIs // COMMENTS : -// ************************************************************************** +// +// ************************************************************************ #include #include "DEB.H" // contains the IDs #include "DEB.Dlg" // contains the dialog boxes @@ -45,7 +51,7 @@ BEGIN MENUITEM "&Search for Help On...", IDM_HELP_SEARCH MENUITEM "&How to Use Help", IDM_HELP_HOWTOUSE MENUITEM SEPARATOR - MENUITEM "&About DEB...", IDM_HELP_ABOUT + MENUITEM "&About Debug Event Browser...", IDM_HELP_ABOUT END END