mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:22:56 +00:00
[RAPPS] Introduce 'SizeBytes' DB entry and use it for display
This will allow us to reduce the DB size a little by avoiding duplication for each and every entry. Original patch by JIRA user "swyter" CORE-10310
This commit is contained in:
parent
da6a46c6ac
commit
627739aed9
6 changed files with 35 additions and 10 deletions
|
@ -129,7 +129,7 @@ BOOL ShowInstalledAppInfo(INT Index)
|
|||
GET_INFO(L"UninstallString", IDS_INFO_UNINSTALLSTR, CFE_BOLD, 0);
|
||||
GET_INFO(L"InstallSource", IDS_INFO_INSTALLSRC, CFE_BOLD, 0);
|
||||
GET_INFO(L"ModifyPath", IDS_INFO_MODIFYPATH, CFE_BOLD, 0);
|
||||
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue