[OLEDLG] Sync with Wine Staging 1.9.4. CORE-10912
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 4 Mar 2016 09:35:57 +0000 (09:35 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 4 Mar 2016 09:35:57 +0000 (09:35 +0000)
svn path=/trunk/; revision=70905

reactos/dll/win32/oledlg/oledlg_main.c
reactos/media/doc/README.WINE

index b782200..44be5ee 100644 (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;
     }
index 5851207..ae21da6 100644 (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