Daniel Jelinski : shell32: Make folder names in folder picker editable.

Alexandre Julliard julliard at winehq.org
Thu Jun 7 13:39:19 CDT 2012


Module: wine
Branch: master
Commit: fccee5d20c2bfa88968402d10a03bbf4af9ba64e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fccee5d20c2bfa88968402d10a03bbf4af9ba64e

Author: Daniel Jelinski <djelinski1 at gmail.com>
Date:   Wed Jun  6 23:38:51 2012 +0200

shell32: Make folder names in folder picker editable.

---

 dlls/shell32/shell32.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index b1f3626..5f96b94 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -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




More information about the wine-cvs mailing list