1.12.1
This commit is contained in:
parent
b32d544137
commit
0997b5288a
|
@ -17,7 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
### Fixed
|
||||
- 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 message text [#3408](https://github.com/sandboxie-plus/Sandboxie/issues/3408)
|
||||
|
||||
|
||||
## [1.12.0 / 5.67.0] - 2023-10-25
|
||||
|
|
|
@ -1203,7 +1203,7 @@ void CSbieTemplatesEx::CollectUpdates()
|
|||
res = updateSearcher->Search(criteria, &searchResult);
|
||||
SysFreeString(criteria); }
|
||||
if (FAILED(res)) {
|
||||
theGUI->OnLogMessage(tr("Failed to search for updates"));
|
||||
theGUI->OnLogMessage(tr("Failed to enumerate installed windows updates"));
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue