diff options
-rw-r--r-- | src/LexPOV.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LexPOV.cxx b/src/LexPOV.cxx index 93f773bdf..1e44450bb 100644 --- a/src/LexPOV.cxx +++ b/src/LexPOV.cxx @@ -53,7 +53,7 @@ static void ColourisePOVDoc(unsigned int startPos, int length, int initStyle, Wo StyleContext sc(startPos, length, initStyle, styler); - bool caseSensitive = styler.GetPropertyInt("case.sensitive", 1) != 0; + bool caseSensitive = styler.GetPropertyInt("pov.case.sensitive", 1) != 0; for (; sc.More(); sc.Forward()) { |