diff options
author | nyamatongwe <unknown> | 2011-01-13 10:37:52 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-01-13 10:37:52 +1100 |
commit | 2b3b04482cc63989716dfd316842d111dcc584be (patch) | |
tree | 43f2044758b857473d6889015b5e133f42b7d5b8 /doc/ScintillaDoc.html | |
parent | 7026032b5f265594e82371865004ae51cc52ad60 (diff) | |
download | scintilla-mirror-2b3b04482cc63989716dfd316842d111dcc584be.tar.gz |
Fixing/removing bad links.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 1e138dc69..cc1ec0d98 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3438,8 +3438,8 @@ struct Sci_TextToFind { is limited to pixmaps that use one character per pixel with no named colours. The transparent colour may be named 'None'. The data should be null terminated. - Pixmaps use the <code>SC_MARK_PIXMAP</code> marker symbol. You can find the full description of - the XPM format <a class="jump" href="http://koala.ilog.fr/lehors/xpm.html">here</a>.</p> + Pixmaps use the <code>SC_MARK_PIXMAP</code> marker symbol. You can find descriptions of + the XPM format <a class="jump" href="http://en.wikipedia.org/wiki/X_PixMap">from here</a>.</p> <p><b id="SCI_MARKERSYMBOLDEFINED">SCI_MARKERSYMBOLDEFINED(int markerNumber)</b><br /> Returns the symbol defined for a markerNumber with <code>SCI_MARKERDEFINE</code> |