[RAPPS] Add themes category

Add category string to the rest of rc files

Update README
This commit is contained in:
Baruch Rutman 2019-03-28 23:06:46 +02:00 committed by Hermès BÉLUSCA - MAÏTO
parent 3592ca6545
commit d5b4570d23
29 changed files with 35 additions and 2 deletions

View file

@ -802,6 +802,7 @@ private:
AddCategory(hRootItemAvailable, IDS_CAT_TOOLS, IDI_CAT_TOOLS);
AddCategory(hRootItemAvailable, IDS_CAT_DRIVERS, IDI_CAT_DRIVERS);
AddCategory(hRootItemAvailable, IDS_CAT_LIBS, IDI_CAT_LIBS);
AddCategory(hRootItemAvailable, IDS_CAT_THEMES, IDI_CAT_THEMES);
AddCategory(hRootItemAvailable, IDS_CAT_OTHER, IDI_CAT_OTHER);
m_TreeView->SetImageList();
@ -1136,6 +1137,10 @@ private:
UpdateApplicationsList(ENUM_CAT_VIDEO);
break;
case IDS_CAT_THEMES:
UpdateApplicationsList(ENUM_CAT_THEMES);
break;
case IDS_SELECTEDFORINST:
UpdateApplicationsList(ENUM_CAT_SELECTED);
break;