diff options
author | nyamatongwe <unknown> | 2011-04-05 09:40:15 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-04-05 09:40:15 +1000 |
commit | c7390a6c11dcd9b5b24ca5bd811bbd8027597f3f (patch) | |
tree | c470b3c0a3a4a87a654417d90b0163b43f2a509e /lexers/LexSQL.cxx | |
parent | de6567907167d00f480d3353e62b714b5a6bab19 (diff) | |
download | scintilla-mirror-c7390a6c11dcd9b5b24ca5bd811bbd8027597f3f.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); |