Changeset 574 for trunk/dll/mainwnd2.c


Ignore:
Timestamp:
Mar 23, 2007, 11:37:07 PM (19 years ago)
Author:
Gregg Young
Message:

Use QWL_USER; Replace doesn't move the command and Okay on cmd dialog removed error on unchanged command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd2.c

    r551 r574  
    738738                                  (PFNWP) MainFrameWndProc2);
    739739      if (oldproc)
    740         WinSetWindowPtr(WinQueryWindow(hwnd, QW_PARENT), 0, (PVOID) oldproc);
     740        WinSetWindowPtr(WinQueryWindow(hwnd, QW_PARENT), QWL_USER, (PVOID) oldproc);
    741741      CommonCreateMainChildren(hwnd, &swp);
    742742
Note: See TracChangeset for help on using the changeset viewer.