Ignore:
Timestamp:
Aug 18, 2000, 4:01:27 AM (25 years ago)
Author:
phaller
Message:

Synchronized shell32 with wine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/shlview.cpp

    r3792 r4032  
    1 /* $Id: shlview.cpp,v 1.14 2000-07-02 15:00:18 sandervl Exp $ */
     1/* $Id: shlview.cpp,v 1.15 2000-08-18 02:01:25 phaller Exp $ */
    22/*
    33 * ShellView
     
    811811     hMenu = CreatePopupMenu();
    812812
    813      pCM = ISvBgCm_Constructor();
     813     pCM = ISvBgCm_Constructor(This->pSFParent);
    814814     IContextMenu_QueryContextMenu(pCM, hMenu, 0, FCIDM_SHVIEWFIRST, FCIDM_SHVIEWLAST, 0);
    815815
     
    17571757   {
    17581758     case SVGIO_BACKGROUND:
    1759        *ppvOut = ISvBgCm_Constructor();
     1759       *ppvOut = ISvBgCm_Constructor(This->pSFParent);
    17601760       break;
    17611761
Note: See TracChangeset for help on using the changeset viewer.