From 04be12a1ae9f830c8179773bcf87f2d16f740ab9 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Wed, 30 Jan 2013 21:59:16 +0000 Subject: [PATCH] =?UTF-8?q?[BUG=5FFIXED]=20(Author:=20Ivan=20Radi=C4=87=20?= =?UTF-8?q?-=20aka=20Loreia)=20UDL=202.1=20minor=20bug=20fixed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1017 f5eea248-9336-0410-98b8-ebc06183d4e3 --- PowerEditor/src/ScitillaComponent/UserDefineDialog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PowerEditor/src/ScitillaComponent/UserDefineDialog.h b/PowerEditor/src/ScitillaComponent/UserDefineDialog.h index f92d25769..09fd535cd 100644 --- a/PowerEditor/src/ScitillaComponent/UserDefineDialog.h +++ b/PowerEditor/src/ScitillaComponent/UserDefineDialog.h @@ -100,9 +100,9 @@ class GlobalMappers // 2.0 temp[TEXT("Comments")] = SCE_USER_KWLIST_COMMENTS; temp[TEXT("Numbers, additional")] = SCE_USER_KWLIST_NUMBER_RANGE; - temp[TEXT("Numbers, prefixes")] = SCE_USER_KWLIST_NUMBER_PREFIX1; - temp[TEXT("Numbers, extras with prefixes")] = SCE_USER_KWLIST_NUMBER_RANGE; - temp[TEXT("Numbers, suffixes")] = SCE_USER_KWLIST_NUMBER_SUFFIX1; + temp[TEXT("Numbers, prefixes")] = SCE_USER_KWLIST_NUMBER_PREFIX2; + temp[TEXT("Numbers, extras with prefixes")] = SCE_USER_KWLIST_NUMBER_EXTRAS2; + temp[TEXT("Numbers, suffixes")] = SCE_USER_KWLIST_NUMBER_SUFFIX2; temp[TEXT("Operators1")] = SCE_USER_KWLIST_OPERATORS1; temp[TEXT("Operators2")] = SCE_USER_KWLIST_OPERATORS2; temp[TEXT("Folders in code1, open")] = SCE_USER_KWLIST_FOLDERS_IN_CODE1_OPEN;