mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
[OLEDLG] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70905
This commit is contained in:
parent
182031e324
commit
798ac71373
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue