Commit fccee5d2 authored by Daniel Jelinski's avatar Daniel Jelinski Committed by Alexandre Julliard

shell32: Make folder names in folder picker editable.

parent 51c77f56
......@@ -289,7 +289,7 @@ FONT 8, "MS Shell Dlg"
LTEXT "", IDD_STATUS, 5, 25, 198, 12
LTEXT "Folder:", IDD_FOLDER, 5, 156, 40, 12
CONTROL "", IDD_TREEVIEW, "SysTreeView32",
TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT |
TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT | TVS_EDITLABELS |
WS_BORDER | WS_TABSTOP,
5, 38, 205, 105
EDITTEXT IDD_FOLDERTEXT, 46, 154, 164, 14, WS_BORDER | WS_GROUP | WS_TABSTOP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment