From 38753cd31081bc034898d0ffe1b5a809f15d5bb0 Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 10 Jun 2014 07:05:06 +0000 Subject: [PATCH] .typo git-svn-id: svn://ultimatepp.org/upp/trunk@7435 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CodeEditor/Style.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/CodeEditor/Style.cpp b/uppsrc/CodeEditor/Style.cpp index 2c8e9ad42..a84311dc8 100644 --- a/uppsrc/CodeEditor/Style.cpp +++ b/uppsrc/CodeEditor/Style.cpp @@ -153,7 +153,7 @@ void HighlightSetup::DefaultHlStyles() SetHlStyle(PAPER_READONLY, SColorFace); SetHlStyle(PAPER_SELECTED, SColorHighlight); - SetHlStyle(PAPER_SELWORD, Yellow);s + SetHlStyle(PAPER_SELWORD, Yellow); } END_UPP_NAMESPACE