1.6.7
This commit is contained in:
parent
0048286787
commit
5f25c92b6c
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue