https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e95643c7c95fb83b9366cfda9eb3ab282c82a195

commit e95643c7c95fb83b9366cfda9eb3ab282c82a195
Author:     Joachim Henze <[email protected]>
AuthorDate: Sat Aug 15 13:43:00 2020 +0200
Commit:     Joachim Henze <[email protected]>
CommitDate: Sat Aug 15 13:43:00 2020 +0200

    [SHELLBTRFS] Prevent the compression dropbox from accepting free text 
CORE-16971
    
    Initially proposed to ros via https://github.com/reactos/reactos/pull/2677
    and already integrated upstream Apr 28, 2020 by
    
https://github.com/maharmstone/btrfs/pull/258/commits/aba729c8f56a7267d1140b0fb6733037b0558d3d
---
 dll/shellext/shellbtrfs/shellbtrfs.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dll/shellext/shellbtrfs/shellbtrfs.rc 
b/dll/shellext/shellbtrfs/shellbtrfs.rc
index 86034752e45..cf13a2bbe65 100644
--- a/dll/shellext/shellbtrfs/shellbtrfs.rc
+++ b/dll/shellext/shellbtrfs/shellbtrfs.rc
@@ -134,7 +134,7 @@ BEGIN
     CONTROL         "Compress",IDC_COMPRESS,"Button",BS_AUTOCHECKBOX | 
WS_TABSTOP,14,246,46,10
     LTEXT           "Size on disk:",IDC_STATIC,14,63,61,8
     CONTROL         "%s 
(<a>Details</a>)",IDC_SIZE_ON_DISK,"SysLink",WS_TABSTOP,78,63,142,8
-    COMBOBOX        IDC_COMPRESS_TYPE,63,245,48,13,CBS_DROPDOWN | WS_VSCROLL | 
WS_TABSTOP
+    COMBOBOX        IDC_COMPRESS_TYPE,63,245,48,13,CBS_DROPDOWNLIST | 
WS_VSCROLL | WS_TABSTOP
     CONTROL         "Readonly 
subvolume",IDC_SUBVOL_RO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,124,232,80,10
     LTEXT           "(blank)",IDC_SUBVOL,78,21,70,8
     PUSHBUTTON      "&Open as Admin",IDC_OPEN_ADMIN,151,21,70,14

Reply via email to