mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 20:52:05 +00:00
[RAPPS] Add themes category
Add category string to the rest of rc files Update README
This commit is contained in:
parent
3592ca6545
commit
d5b4570d23
29 changed files with 35 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue