- 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.

svn path=/trunk/; revision=16006
This commit is contained in:
Filip Navara 2005-06-17 17:44:39 +00:00
parent 7af0efc0bc
commit 0a48555ba9
2 changed files with 5 additions and 5 deletions

View file

@ -441,7 +441,11 @@ static HRESULT WINAPI ISvItemCm_fnInvokeCommand(
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));

View file

@ -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"