diff options
author | nyamatongwe <unknown> | 2010-06-01 03:43:54 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-06-01 03:43:54 +0000 |
commit | 37c37c36ea52095f3f6928efbddd254e2ca42f6e (patch) | |
tree | 1c4ce47be34e176a92a3e0d0108c0da1aff8956c | |
parent | 05844a1e14855f15daf250b538ddccf1592d1b35 (diff) | |
download | scintilla-mirror-37c37c36ea52095f3f6928efbddd254e2ca42f6e.tar.gz |
Updated sizes.
-rw-r--r-- | doc/ScintillaDownload.html | 4 | ||||
-rw-r--r-- | doc/index.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index aff74e246..4306868ce 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -49,8 +49,8 @@ The source code package contains all of the source code for Scintilla but no binary executable code and is available in <ul> - <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla212.zip?download">zip format</a> (1130K) commonly used on Windows</li> - <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla212.tgz?download">tgz format</a> (1000K) commonly used on Linux and compatible operating systems</li> + <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla212.zip?download">zip format</a> (1160K) commonly used on Windows</li> + <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla212.tgz?download">tgz format</a> (1080K) commonly used on Linux and compatible operating systems</li> </ul> Instructions for building on both Windows and Linux are included in the readme file. <h4> diff --git a/doc/index.html b/doc/index.html index 8c249235a..d783e33ec 100644 --- a/doc/index.html +++ b/doc/index.html @@ -71,7 +71,7 @@ </tr> </table> <ul id="versionlist"> - <li>Version 2.12 improved drawing speed and fixed bugs.</li> + <li>Version 2.12 improves drawing speed and fixes bugs.</li> <li>Version 2.11 fixes compatibility with the C language.</li> <li>Version 2.10 performs case insensitive search and upper and lower casing for non-ASCII characters. Support for version 1.x of GTK+ removed.</li> |