From 1e10f448e3d2d199cd6fc3007ee52f4aec4f1bbd Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 17 Mar 2003 09:24:27 +0000 Subject: POV-Ray support. --- src/LexPOV.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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()) { -- cgit v1.2.3