http://bugs.winehq.org/show_bug.cgi?id=17986
--- Comment #11 from Michael Mc Donnell michael@mcdonnell.dk 2011-02-06 09:12:59 CST --- (In reply to comment #10)
Created an attachment (id=33154)
--> (http://bugs.winehq.org/attachment.cgi?id=33154) [details]
Implement IDD_MAKENEWFOLDER with renaming
Updated so that it applies to 1.3.13
Unfortunately this patch still has some bugs. If the test is modified so pidlRoot and the callback is set to NULL and a folder is created manually by clicking the make new folder button, then an extra tree item called "New Folder" is inserted. It is only a graphical glitch though and it does not create an extra folder. I will see if I can write a test to reproduce this consistently.
The patch does also not implement sorting, but I have found out how to do this and will upload a new patch with it fixed.