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
commit63d4f856c31079676a4242257ea29f9dff4fa672 (patch)
tree7bc57c2153683b06f5dad574ac14df788081a733 /src
parent8e0b8680761b2b72bfbcfac9390e9ad085285c4f (diff)
downloadscintilla-mirror-63d4f856c31079676a4242257ea29f9dff4fa672.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);