[OLEDLG] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70905
This commit is contained in:
Amine Khaldi 2016-03-04 09:35:57 +00:00
parent 182031e324
commit 798ac71373
2 changed files with 2 additions and 1 deletions

View file

@ -169,6 +169,7 @@ BOOL WINAPI OleUIAddVerbMenuW(IOleObject *object, LPCWSTR shorttype,
LoadStringW(OLEDLG_hInstance, IDS_VERBMENU_OBJECT, resstrW, sizeof(resstrW)/sizeof(WCHAR));
/* no object, or object without enumeration support */
if (!object || !enumverbs) {
RemoveMenu(hMenu, uPos, MF_BYPOSITION);
InsertMenuW(hMenu, uPos, MF_BYPOSITION|MF_STRING|MF_GRAYED, idmin, resstrW);
return FALSE;
}

View file

@ -146,7 +146,7 @@ reactos/dll/win32/ole32 # Synced to WineStaging-1.9.4
reactos/dll/win32/oleacc # Synced to WineStaging-1.7.55
reactos/dll/win32/oleaut32 # Synced to WineStaging-1.9.4
reactos/dll/win32/olecli32 # Synced to WineStaging-1.7.55
reactos/dll/win32/oledlg # Synced to WineStaging-1.7.55
reactos/dll/win32/oledlg # Synced to WineStaging-1.9.4
reactos/dll/win32/olepro32 # Synced to WineStaging-1.7.55
reactos/dll/win32/olesvr32 # Synced to WineStaging-1.7.55
reactos/dll/win32/olethk32 # Synced to WineStaging-1.7.55