- Comment out the call to SHObjectProperties. The one who added it must have been complete freak since the parameters were completely wrong. Don't let me do "svn log" ... - Remove duplicate definition from version.h. Modified: trunk/reactos/lib/shell32/shv_item_cmenu.c Modified: trunk/reactos/lib/shell32/version.h _____
Modified: trunk/reactos/lib/shell32/shv_item_cmenu.c --- trunk/reactos/lib/shell32/shv_item_cmenu.c 2005-06-17 17:37:54 UTC (rev 16005) +++ trunk/reactos/lib/shell32/shv_item_cmenu.c 2005-06-17 17:44:39 UTC (rev 16006) @@ -441,7 +441,11 @@
case FCIDM_SHVIEW_PROPERTIES: TRACE("Verb FCIDM_SHVIEW_PROPERTIES\n"); /* Open the property sheet page */ - SHObjectProperties(NULL, TEXT("SHOP_FILEPATH"), lpcmi->hwnd, NULL); + /* + * FIXME: This just can't work ... the one who added it must + * have been mad. - FiN, 17/06/2005 + * SHObjectProperties(lpcmi->hwnd, SHOP_FILEPATH, NULL, NULL); + */ break; default: FIXME("Unhandled Verb %xl\n",LOWORD(lpcmi->lpVerb)); _____
Modified: trunk/reactos/lib/shell32/version.h --- trunk/reactos/lib/shell32/version.h 2005-06-17 17:37:54 UTC (rev 16005) +++ trunk/reactos/lib/shell32/version.h 2005-06-17 17:44:39 UTC (rev 16006) @@ -22,7 +22,3 @@
#define WINE_FILEVERSION_MINOR 0 #define WINE_FILEVERSION_BUILD 3900 #define WINE_FILEVERSION_PLATFORMID 6975 - -/* FIXME: when libs/wpp gets fixed to support concatenation we can remove - * this and define it in version.rc */ -#define WINE_FILEVERSION "5.0.3900.6975"