aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-12-29 14:08:31 +1100
committernyamatongwe <devnull@localhost>2010-12-29 14:08:31 +1100
commitc8fd43d2c0b989a06bf912730b2c6eb14e461c58 (patch)
tree2705a6807fa11759809ca7017012f0a47d02dbe8 /doc/ScintillaDoc.html
parentd7bb344ca7084e70cf389eade066c8ebadf2a70e (diff)
parent9a231ff8310cca15f4b9cc19a34beb6faf8c5828 (diff)
downloadscintilla-mirror-c8fd43d2c0b989a06bf912730b2c6eb14e461c58.tar.gz
Merge reverse arrow branch and mainline.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 17484539e..f120e29f1 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -6547,11 +6547,7 @@ EM_SETTARGETDEVICE
<code>Scintilla_RegisterClasses</code> called. <code>STATIC_BUILD</code> prevents compiling the
<code>DllMain</code> function which will conflict with any <code>DllMain</code> defined in your
code. <code>Scintilla_RegisterClasses</code> takes the <code>HINSTANCE</code> of your
- application and ensures that the "Scintilla" window class is registered. To make sure that the
- right pointing arrow cursor used in the margin is displayed by Scintilla add the
- <code>scintilla/win32/Margin.cur</code> file to your application's resources with the ID
- <code>IDC_MARGIN</code> which is defined in <code>scintilla/win32/platfromRes.h</code> as
- 400.</p>
+ application and ensures that the "Scintilla" window class is registered.</p>
<h3>Ensuring lexers are linked into Scintilla</h3>