aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2017-10-30 16:42:28 +1100
committerNeil <nyamatongwe@gmail.com>2017-10-30 16:42:28 +1100
commit2d4031e952f3da6d9a9f570c30f85a40c42f95cb (patch)
treeab69e3303e57a9b199a15b728da050bf19e17d26
parentedfa892e41cd8ce2f9df4d8afb7e3c0ac2889818 (diff)
downloadscintilla-mirror-2d4031e952f3da6d9a9f570c30f85a40c42f95cb.tar.gz
Backport: Fixed wxWindows -> wxWidgets.
Backport of changeset 6413:dc4b287f474c.
-rw-r--r--doc/Design.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Design.html b/doc/Design.html
index 02036994a..9cb5b2292 100644
--- a/doc/Design.html
+++ b/doc/Design.html
@@ -49,14 +49,14 @@
library and with limited use of templates.
</p>
<p>
- The currently supported platforms, Windows, GTK+/Linux and wxWindows are fairly similar in
+ The currently supported platforms, Windows, GTK+/Linux, Cocoa and wxWidgets are fairly similar in
many ways.
Each has windows, menus and bitmaps. These features generally work in similar ways so each
has a way to move a window or draw a red line. Sometimes one platform requires a sequence of
calls rather than a single call. At other times, the differences are more profound. Reading
the Windows clipboard occurs synchronously but reading the GTK+ clipboard requires a request
call that will be asynchronously answered with a message containing the clipboard data.
- The wxWindows platform is available from the <a href="http://wxwindows.org/">wxWindows site</a>
+ The wxWidgets platform is available from the <a href="http://wxwidgets.org/">wxWidgets site</a>
</p>
<br />
<h3>