mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:23:10 +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
|
@ -13,6 +13,7 @@
|
|||
#define IDI_CATEGORY 19
|
||||
#define IDI_UPDATE_DB 20
|
||||
#define IDI_CHECK_ALL 21
|
||||
#define IDI_SELECTEDFORINST 22
|
||||
|
||||
/* Icons for categories */
|
||||
#define IDI_CAT_AUDIO 50
|
||||
|
@ -108,6 +109,7 @@
|
|||
#define IDS_SELECT_ALL 126
|
||||
#define IDS_INSTALL_SELECTED 127
|
||||
#define IDS_UNABLE_TO_INSTALL 128
|
||||
#define IDS_SELECTEDFORINST 129
|
||||
|
||||
/* Tooltips */
|
||||
#define IDS_TOOLTIP_INSTALL 200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue