diff options
author | nyamatongwe <devnull@localhost> | 2011-04-05 09:40:15 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-04-05 09:40:15 +1000 |
commit | f019340c11ab99b7f4a462b7e816c9ddbfc7616d (patch) | |
tree | 4fc49ebbb1a7e38eb10bd9f846ec9e3ad394bb16 /lexers/LexSQL.cxx | |
parent | 3ec759fc70498d77696102899adfa95d071a3395 (diff) | |
download | scintilla-mirror-f019340c11ab99b7f4a462b7e816c9ddbfc7616d.tar.gz |
Changed name of folding at else property to fold.sql.at.else. Bug #3271474.
Diffstat (limited to 'lexers/LexSQL.cxx')
-rw-r--r-- | lexers/LexSQL.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<OptionsSQL> { 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); |