[ros-diffs] [janderwald] 40827: - PropertySheetHandlers for directories are registered under Directory key

janderwald at svn.reactos.org janderwald at svn.reactos.org
Thu May 7 19:39:49 CEST 2009


Author: janderwald
Date: Thu May  7 21:39:49 2009
New Revision: 40827

URL: http://svn.reactos.org/svn/reactos?rev=40827&view=rev
Log:
- PropertySheetHandlers for directories are registered under Directory key

Modified:
    trunk/reactos/dll/win32/shell32/folder_options.c

Modified: trunk/reactos/dll/win32/shell32/folder_options.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folder_options.c?rev=40827&r1=40826&r2=40827&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/folder_options.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/folder_options.c [iso-8859-1] Thu May  7 21:39:49 2009
@@ -595,7 +595,7 @@
     psh.pszCaption = szName;
 
     hpsx = SHCreatePropSheetExtArray(HKEY_CLASSES_ROOT,
-                                     L"Folder",
+                                     L"Directory",
                                      MAX_PROPERTY_SHEET_PAGE-1);
 
     SHAddFromPropSheetExtArray(hpsx,



More information about the Ros-diffs mailing list