[BROWSEUI][SHELL32] Stub Folder Options Property Page extension CORE-10837
authorMark Jansen <mark.jansen@reactos.org>
Sat, 23 Apr 2016 23:05:07 +0000 (23:05 +0000)
committerMark Jansen <mark.jansen@reactos.org>
Sat, 23 Apr 2016 23:05:07 +0000 (23:05 +0000)
commit8b77c254f8d8a4cc7505198d31b121687137010a
tree349c3ba7e8483095bcd392eb071f2400dc5848d6
parentaac1b749ea106d2d55d1607f339f2a31b9f87813
[BROWSEUI][SHELL32] Stub Folder Options Property Page extension CORE-10837
- Stub the Property pages
- Disable some code that prevented the property pages from working (CORE-11140)
- Leave the menu item disabled for now, since a dialog that does not do anything will only confuse people (CORE-11141)

svn path=/trunk/; revision=71192
reactos/dll/win32/browseui/shellbrowser.cpp
reactos/dll/win32/shell32/CFolderOptions.cpp [new file with mode: 0644]
reactos/dll/win32/shell32/CFolderOptions.h [new file with mode: 0644]
reactos/dll/win32/shell32/CMakeLists.txt
reactos/dll/win32/shell32/dialogs/folder_options.cpp
reactos/dll/win32/shell32/precomp.h
reactos/dll/win32/shell32/res/rgs/folderoptions.rgs
reactos/dll/win32/shell32/shell32.cpp