diff options
author | Neil <nyamatongwe@gmail.com> | 2021-04-03 08:53:40 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-04-03 08:53:40 +1100 |
commit | 048b333709c826a4f9f2bbdfc36734d6425c54ba (patch) | |
tree | d9ad718c95f92ceefb0ea3542a96bc758c669569 /doc/Design.html | |
parent | bc5640c92aa84839992ef6d316fbe415abd88465 (diff) | |
download | scintilla-mirror-048b333709c826a4f9f2bbdfc36734d6425c54ba.tar.gz |
Update compatibility information.
Diffstat (limited to 'doc/Design.html')
-rw-r--r-- | doc/Design.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Design.html b/doc/Design.html index cc9994678..c74498ec6 100644 --- a/doc/Design.html +++ b/doc/Design.html @@ -49,7 +49,7 @@ library and with limited use of templates. </p> <p> - The currently supported platforms, Windows, GTK/Linux, Cocoa and wxWidgets are fairly similar in + The currently supported platforms, Windows, GTK/Linux, Cocoa, Qt, 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 |