Skip to content

Commit e37a384

Browse files
committed
Fixed #346
1 parent bcc1bca commit e37a384

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Tested on build 22000.318 and 22000.346 (currently in Windows Insider beta and r
4040
* Fixed a memory leak in "Settings Manager"
4141
* Removed verbose output from "Settings Manager"
4242
* Corrected import from `dxgi.dll`
43+
* Fixed typo in configuration UI (#346) (.1)
4344

4445
## 22000.318.36
4546

ExplorerPatcher/ExplorerPatcher.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ END
5151
//
5252

5353
VS_VERSION_INFO VERSIONINFO
54-
FILEVERSION 22000,318,37,0
55-
PRODUCTVERSION 22000,318,37,0
54+
FILEVERSION 22000,318,37,1
55+
PRODUCTVERSION 22000,318,37,1
5656
FILEFLAGSMASK 0x3fL
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
6969
BEGIN
7070
VALUE "CompanyName", "VALINET Solutions SRL"
7171
VALUE "FileDescription", "ExplorerPatcher"
72-
VALUE "FileVersion", "22000.318.37.0"
72+
VALUE "FileVersion", "22000.318.37.1"
7373
VALUE "InternalName", "ExplorerPatcher.dll"
7474
VALUE "LegalCopyright", "Copyright (C) 2006-2021 VALINET Solutions SRL. All rights reserved."
7575
VALUE "OriginalFilename", "ExplorerPatcher.dll"
7676
VALUE "ProductName", "ExplorerPatcher"
77-
VALUE "ProductVersion", "22000.318.37.0"
77+
VALUE "ProductVersion", "22000.318.37.1"
7878
END
7979
END
8080
BLOCK "VarFileInfo"

ExplorerPatcher/settings.reg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ExplorerPatcher]
342342
;i Do not hook Start menu from main Explorer process (permanently disabled) *
343343
"HookStartMenu"=dword:00000001
344-
;c 12 Supplimentary delay at logon *
344+
;c 12 Supplementary delay at logon *
345345
;x 0 None (default)
346346
;x 300 300 ms
347347
;x 600 600 ms

0 commit comments

Comments
 (0)