Skip to content

Commit

Permalink
feat(tsf): register as GUID_TFCAT_TIPCAP_UIELEMENTENABLED
Browse files Browse the repository at this point in the history
  • Loading branch information
nameoverflow committed Nov 13, 2018
1 parent 675ee39 commit ae87691
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WeaselTSF/Register.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ BOOL RegisterCategories()
if (hr != S_OK)
goto Exit;

hr = pCategoryMgr->RegisterCategory(c_clsidTextService, GUID_TFCAT_TIPCAP_UIELEMENTENABLED, c_clsidTextService);
if (hr != S_OK)
goto Exit;

hr = pCategoryMgr->RegisterCategory(c_clsidTextService, GUID_TFCAT_TIPCAP_INPUTMODECOMPARTMENT, c_clsidTextService);
if (hr != S_OK)
goto Exit;
Expand Down

0 comments on commit ae87691

Please sign in to comment.