Remove obsolete symbols from the samples
Mostly don't mention OS/2 in the comments about the icons. Also replace a couple of occurrences of "wxWindows" with "wxWidgets". Closes https://github.com/wxWidgets/wxWidgets/pull/138
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: samples/samples.rc
|
||||
// Purpose: a standard Win32 .rc file for the wxWindows samples
|
||||
// Purpose: a standard MSW .rc file for the wxWidgets samples
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
// Created: 04.08.03
|
||||
// Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
|
||||
// Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// this minimal resource file is all what is needed for most of the wxWindows
|
||||
// this minimal resource file is all what is needed for most of the wxWidgets
|
||||
// samples
|
||||
|
||||
// note that the icon used by the Explorer (i.e. the programs icon) is the
|
||||
// first icon in the executable and the icons are sorted both by their order
|
||||
// (Win9x) and by alphabetically (!) (NT), so put this icon first and give it
|
||||
// a name starting with "a"
|
||||
// and alphabetically (!), so put this icon first and give it a name
|
||||
// starting with "a"
|
||||
aaaaaaaa ICON "sample.ico"
|
||||
|
||||
// this icon is used with wxFrame::SetIcon()
|
||||
|
Reference in New Issue
Block a user