summaryrefslogtreecommitdiffstats
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-13 01:46:01 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-13 01:46:01 -0500
commitfd8d92656e630a44ed99688fc01f1896836b4c52 (patch)
tree1b67eaa5e16ad5056124ab080b4f4a3e96d74fc0 /include/Scintilla.h
parent29c4424ab987df40a8a3df93165f84561dee1a43 (diff)
downloadtqscintilla-fd8d92656e630a44ed99688fc01f1896836b4c52.tar.gz
tqscintilla-fd8d92656e630a44ed99688fc01f1896836b4c52.zip
Fix inadvertent "TQ" changes.
Diffstat (limited to 'include/Scintilla.h')
-rwxr-xr-xinclude/Scintilla.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index ffb1ffa..426c8d4 100755
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -214,7 +214,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_ENDUNDOACTION 2079
#define INDIC_MAX 7
#define INDIC_PLAIN 0
-#define INDIC_STQUIGGLE 1
+#define INDIC_SQUIGGLE 1
#define INDIC_TT 2
#define INDIC_DIAGONAL 3
#define INDIC_STRIKE 4