--- mstools/samples/fontview/fontview.rc 2018/08/09 18:20:52 1.1.1.2 +++ mstools/samples/fontview/fontview.rc 2018/08/09 18:24:04 1.1.1.3 @@ -1,3 +1,15 @@ + +//----------------------------------------------------------------------------- +// 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 #include "FontView.H" @@ -125,7 +137,7 @@ BEGIN ID_TOOLBAR "This is the toolbar" ID_CREATEPARAM "Select 'CreateFont' Parameter to set" ID_CREATEVALUE "Select desired value for 'CreateFont' Parameter" - ID_ZOOM "Switch from 'Glyph' to 'CharSet' mode" + ID_ZOOM "Switch from 'Glyph' to 'CharSet' mode" ID_STATUSBAR "This is the status bar" ID_MENUFIELD "This field displays various informational text, like this one" @@ -147,5 +159,5 @@ BEGIN SC_RESTORE "Restore window to normal size" SC_TASKLIST "Activate Task List" - 1001 "Just a simple combobox" + 1001 "Just a simple combobox" END