This commit is contained in:
DavidXanatos 2023-10-29 19:48:55 +01:00
parent b32d544137
commit 0997b5288a
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed ### Fixed
- fixed issue with key to bring sandman in fron as top most - fixed issue with key to bring sandman in fron as top most
- fixed issue with ThreadSuspendCount failing for already terminated threads [#3375](https://github.com/sandboxie-plus/Sandboxie/issues/3375) - fixed issue with ThreadSuspendCount failing for already terminated threads [#3375](https://github.com/sandboxie-plus/Sandboxie/issues/3375)
- fixed message text [#3408](https://github.com/sandboxie-plus/Sandboxie/issues/3408)
## [1.12.0 / 5.67.0] - 2023-10-25 ## [1.12.0 / 5.67.0] - 2023-10-25

View File

@ -1203,7 +1203,7 @@ void CSbieTemplatesEx::CollectUpdates()
res = updateSearcher->Search(criteria, &searchResult); res = updateSearcher->Search(criteria, &searchResult);
SysFreeString(criteria); } SysFreeString(criteria); }
if (FAILED(res)) { if (FAILED(res)) {
theGUI->OnLogMessage(tr("Failed to search for updates")); theGUI->OnLogMessage(tr("Failed to enumerate installed windows updates"));
goto cleanup; goto cleanup;
} }