--- mstools/samples/plgblt/plgblt.rc 2018/08/09 18:21:34 1.1.1.2 +++ mstools/samples/plgblt/plgblt.rc 2018/08/09 18:23:37 1.1.1.3 @@ -1,4 +1,16 @@ +//----------------------------------------------------------------------------- +// 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. +//----------------------------------------------------------------------------- + + #include "windows.h" #include "plgblt.h" @@ -97,8 +109,7 @@ FONT 8, "MS Sans Serif" BEGIN ICON "plgbltIcon", 101, 8, 20, 18, 20 CTEXT "Microsoft Developer Support", 104, 0, 63, 136, 8 - CTEXT "Copyright (c) 1992 Microsoft Corporation", 105, 0, 74, - 136, 8 + CTEXT "Copyright \251 1992-1993 Microsoft", 105, 0, 74, 136, 8 LTEXT "PlgBlt Win32 SDK sample ", 103, 40, 25, 95, 8 LTEXT "version 1.2", 106, 40, 35, 95, 8 DEFPUSHBUTTON "OK", IDOK, 95, 6, 40, 14