This commit is contained in:
DavidXanatos 2023-01-19 12:52:15 +01:00
parent 0048286787
commit 5f25c92b6c
2 changed files with 11 additions and 2 deletions

View File

@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.6.7 / 5.61.7] - 2023-01-?
### Fixed
- fixed issue with Hebrew language [#2608](https://github.com/sandboxie-plus/Sandboxie/issues/2608)
## [1.6.6 / 5.61.6] - 2023-01-16

View File

@ -437,9 +437,9 @@ BEGIN
CONTROL "",ID_SETTINGS_STARTRUN,"Button",BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_TABSTOP,15,158,390,15
END
BOXTITLE_PAGE DIALOGEX 0, 0, 382, 250
BOXTITLE_PAGE DIALOG 0, 0, 382, 250
STYLE DS_SETFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
FONT 10, "1", 0, 0, 0x0
FONT 10, "1"
BEGIN
LTEXT "",ID_PAGE_LABEL_1,15,20,345,30
CONTROL "",ID_HIDE_INDICATOR,"Button",BS_AUTOCHECKBOX | BS_LEFT | WS_TABSTOP,15,56,340,10