aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-06-17 09:27:31 +1000
committernyamatongwe <unknown>2011-06-17 09:27:31 +1000
commitf9f292916cbfe397313dc3e54ac9badfc298dfa1 (patch)
treef6f1c37c277a356404580f7fc82d60ebf728a339
parent3d2f4ef1829659ba2097321e832215bac5759478 (diff)
downloadscintilla-mirror-f9f292916cbfe397313dc3e54ac9badfc298dfa1.tar.gz
Fixed accented character. Bug #3317340.
-rw-r--r--doc/ScintillaDoc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 5ba329876..447ec3979 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -5857,7 +5857,7 @@ struct SCNotification {
<p><b id="SCI_SETIDENTIFIER">SCI_SETIDENTIFIER(int identifier)</b><br />
<b id="SCI_GETIDENTIFIER">SCI_GETIDENTIFIER</b><br />
These two messages set and get the identifier of the Scintilla instance which is included in notifications as the
- <code>ídFrom</code> field.
+ <code>idFrom</code> field.
When an application creates multiple Scintilla widgets, this allows the source of each notification to be found.
On Windows, this value is initialised in the <code>CreateWindow</code> call and stored as the
<code>GWLP_ID</code> attribute of the window.