--- mstools/samples/mltithrd/mltithrd.rc 2018/08/09 18:21:41 1.1.1.1 +++ mstools/samples/mltithrd/mltithrd.rc 2018/08/09 18:23:45 1.1.1.2 @@ -1,13 +1,15 @@ -/****************************** Module Header ******************************\ -* Module Name: res.rc -* -* Copyright (c) 1991, Microsoft Corporation -* -* Resources -* -* History: -* 04-07-91 DarrinM Created. -\***************************************************************************/ + +//----------------------------------------------------------------------------- +// This is a part of the Microsoft Source Code Samples. +// Copyright (C) 1993 Microsoft Corporation. +// All rights reserved. +// +// This source code is only intended as a supplement to +// Microsoft Development Tools and/or WinHelp documentation. +// See these sources for detailed information regarding the +// Microsoft samples programs. +//----------------------------------------------------------------------------- + #define OEMRESOURCE @@ -27,9 +29,9 @@ BEGIN POPUP "&Window" BEGIN - MENUITEM "&Cascade", IDM_CASCADE - MENUITEM "&Tile", IDM_TILE - MENUITEM "Arrange &Icons", IDM_ARRANGE + MENUITEM "&Cascade", IDM_CASCADE + MENUITEM "&Tile", IDM_TILE + MENUITEM "Arrange &Icons", IDM_ARRANGE END END