msctf: Add TF_LangBarMgr registration.

This commit is contained in:
Justin Chevrier 2010-02-16 21:31:04 -05:00 committed by Alexandre Julliard
parent fd196329e5
commit b6da823354
1 changed files with 7 additions and 0 deletions

View File

@ -462,6 +462,13 @@ static struct regsvr_coclass const coclass_list[] = {
"msctf.dll",
"Apartment"
},
{
&CLSID_TF_LangBarMgr,
"TF_LangBarMgr",
NULL,
"msctf.dll",
"Apartment"
},
{ NULL } /* list terminator */
};