diff options
Diffstat (limited to 'qt/qextscintillabase.h')
-rw-r--r-- | qt/qextscintillabase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qextscintillabase.h b/qt/qextscintillabase.h index fea745d..8936bf0 100644 --- a/qt/qextscintillabase.h +++ b/qt/qextscintillabase.h @@ -1773,7 +1773,7 @@ public: { INDIC_MAX = 7, INDIC_PLAIN = 0, - INDIC_STQUIGGLE = 1, + INDIC_SQUIGGLE = 1, INDIC_TT = 2, INDIC_DIAGONAL = 3, INDIC_STRIKE = 4, |