Skip to content

Commit

Permalink
1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Oct 29, 2023
1 parent b32d544 commit 0997b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SandboxiePlus/SandMan/SbiePlusAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 0997b52

Please sign in to comment.