summaryrefslogtreecommitdiffstats
path: root/src/LexBasic.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-30 12:33:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-30 12:33:18 -0600
commit03bc485016127d419bbbbc3cfb09e21e8754b383 (patch)
treecad8234bcf26063239ac7a565298b897ffdeef57 /src/LexBasic.cpp
parent664e37abfe5c796c1279b8295fb030f126b0a7d8 (diff)
downloadtqscintilla-03bc485016127d419bbbbc3cfb09e21e8754b383.tar.gz
tqscintilla-03bc485016127d419bbbbc3cfb09e21e8754b383.zip
Initial automated TQt conversion
Diffstat (limited to 'src/LexBasic.cpp')
-rw-r--r--src/LexBasic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LexBasic.cpp b/src/LexBasic.cpp
index 79ba2b8..79ca185 100644
--- a/src/LexBasic.cpp
+++ b/src/LexBasic.cpp
@@ -163,7 +163,7 @@ static void ColouriseBasicDoc(unsigned int startPos, int length, int initStyle,
wasfirst = isfirst;
sc.SetState(SCE_B_IDENTIFIER);
} else if (sc.Match(comment_char)) {
- // Hack to make deprecated QBASIC '$Include show
+ // Hack to make deprecated TQBASIC '$Include show
// up in freebasic with SCE_B_PREPROCESSOR.
if (comment_char == '\'' && sc.Match(comment_char, '$'))
sc.SetState(SCE_B_PREPROCESSOR);