aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorColomban Wendling <ban@herbesfolles.org>2012-09-13 21:01:44 +0200
committerColomban Wendling <ban@herbesfolles.org>2012-09-13 21:01:44 +0200
commit5502dee3e8fd063007db01b3f1769735db2172f7 (patch)
tree5fde4f757b46251249181540606132393720fd5c /src
parentbbd83663bfd7bdcf41f7e0c5e30442b1ca04be88 (diff)
downloadscintilla-mirror-5502dee3e8fd063007db01b3f1769735db2172f7.tar.gz
Move PO lexer out of LexOthers
Diffstat (limited to 'src')
-rw-r--r--src/Catalogue.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx
index 2f752472b..cd69d814b 100644
--- a/src/Catalogue.cxx
+++ b/src/Catalogue.cxx
@@ -152,7 +152,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmPerl);
LINK_LEXER(lmPHPSCRIPT);
LINK_LEXER(lmPLM);
- LINK_LEXER(lmPo);
+ LINK_LEXER(lmPO);
LINK_LEXER(lmPOV);
LINK_LEXER(lmPowerPro);
LINK_LEXER(lmPowerShell);