From aa3abfd4039ccc546178ea3704d686835e763ebf Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 17 Jun 2011 09:27:31 +1000 Subject: Fixed accented character. Bug #3317340. --- doc/ScintillaDoc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 {

SCI_SETIDENTIFIER(int identifier)
SCI_GETIDENTIFIER
These two messages set and get the identifier of the Scintilla instance which is included in notifications as the - ídFrom field. + idFrom 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 CreateWindow call and stored as the GWLP_ID attribute of the window. -- cgit v1.2.3