mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 17:43:47 +00:00
[RAPPS] Make selection global
- Added a 'Selected for installation' category that shows what was selected. Selection is now kept between categories. - New string is added to resources. ru-RU.rc and uk-UA.rc strings are translated. CORE-13789
This commit is contained in:
parent
06abd3b480
commit
58f8fa9ec8
27 changed files with 92 additions and 19 deletions
|
@ -50,13 +50,14 @@ enum AppsCategories
|
|||
ENUM_CAT_DRIVERS,
|
||||
ENUM_CAT_LIBS,
|
||||
ENUM_CAT_OTHER,
|
||||
ENUM_CAT_SELECTED,
|
||||
ENUM_ALL_INSTALLED,
|
||||
ENUM_INSTALLED_APPLICATIONS = 31,
|
||||
ENUM_UPDATES = 32,
|
||||
ENUM_INSTALLED_MIN = ENUM_ALL_INSTALLED,
|
||||
ENUM_INSTALLED_MAX = ENUM_UPDATES,
|
||||
ENUM_AVAILABLE_MIN = ENUM_ALL_AVAILABLE,
|
||||
ENUM_AVAILABLE_MAX = ENUM_CAT_OTHER,
|
||||
ENUM_AVAILABLE_MAX = ENUM_CAT_SELECTED,
|
||||
};
|
||||
|
||||
inline BOOL IsAvailableEnum(INT x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue