From f019340c11ab99b7f4a462b7e816c9ddbfc7616d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 5 Apr 2011 09:40:15 +1000 Subject: Changed name of folding at else property to fold.sql.at.else. Bug #3271474. --- lexers/LexSQL.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexers/LexSQL.cxx b/lexers/LexSQL.cxx index 6b77d2961..e37fa7c71 100644 --- a/lexers/LexSQL.cxx +++ b/lexers/LexSQL.cxx @@ -204,7 +204,7 @@ struct OptionSetSQL : public OptionSet { OptionSetSQL() { DefineProperty("fold", &OptionsSQL::fold); - DefineProperty("lexer.sql.fold.at.else", &OptionsSQL::foldAtElse, + DefineProperty("fold.sql.at.else", &OptionsSQL::foldAtElse, "This option enables SQL folding on a \"ELSE\" and \"ELSIF\"line of an IF statement."); DefineProperty("fold.comment", &OptionsSQL::foldComment); -- cgit v1.2.3