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:
Catalin
2015-11-29 00:54:31 +02:00
committed by Vadim Zeitlin
parent 71ad2d64ef
commit f61627fc7e
22 changed files with 29 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
Drag-and-Drop Support in wxWindows
Drag-and-Drop Support in wxWidgets
==================================
1. Overview
@@ -7,9 +7,7 @@
a) What is it?
We're calling drag-and-drop (or d&d for short) the OLE mechanism of data
transfer. Please note that it's not the same thing as the file oriented d&d
of Windows 3.1 "File Manager" which is designed for and limited to the file
names only.
transfer.
OLE d&d allows application to transfer data of any type to the same or
another process.