diff options
Diffstat (limited to 'qt/qextscintillalexerproperties.cpp')
-rw-r--r-- | qt/qextscintillalexerproperties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qextscintillalexerproperties.cpp b/qt/qextscintillalexerproperties.cpp index 3503f31..137f5e1 100644 --- a/qt/qextscintillalexerproperties.cpp +++ b/qt/qextscintillalexerproperties.cpp @@ -57,7 +57,7 @@ const char *QextScintillaLexerProperties::lexer() const // Return the string of characters that comprise a word. const char *QextScintillaLexerProperties::wordCharacters() const { - return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ-"; + return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-"; } |