wrong commit, change reverse to underline text
authorMr.LeQuocTuan <Mr.LeQuocTuan@79bd180b-0a32-48ee-ac55-ada8cae9df61>
Thu, 18 Jun 2009 06:51:05 +0000 (06:51 +0000)
committerMr.LeQuocTuan <Mr.LeQuocTuan@79bd180b-0a32-48ee-ac55-ada8cae9df61>
Thu, 18 Jun 2009 06:51:05 +0000 (06:51 +0000)
git-svn-id: svn://localhost/trunk@5 79bd180b-0a32-48ee-ac55-ada8cae9df61

src/scim_unikey_imengine.cpp

index 1ea1298..378532e 100644 (file)
@@ -283,7 +283,7 @@ void UnikeyInstance::Unikey_update_preedit_string(const WideString s, const bool
     AttributeList list;
     Attribute att;
 
-    att = Attribute(0, s.length(), SCIM_ATTR_DECORATE, SCIM_ATTR_DECORATE_REVERSE);
+    att = Attribute(0, s.length(), SCIM_ATTR_DECORATE, SCIM_ATTR_DECORATE_UNDERLINE);
     list.push_back(att);
 
     if (m_ukopt.spellCheckEnabled==1 && UnikeyLastWordIsNonVn())