Changeset 574 for trunk/dll/dirsize.c


Ignore:
Timestamp:
Mar 23, 2007, 11:37:07 PM (18 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/dirsize.c

    r552 r574  
    2323  19 Oct 06 SHL Correct . and .. detect
    2424  18 Feb 07 GKY Add new drive type icons
     25  22 Mar 07 GKY Use QWL_USER
    2526
    2627***********************************************************************/
     
    433434    }
    434435    strcpy(pState->szDirName, (CHAR *) mp2);
    435     WinSetWindowPtr(hwnd, 0, (PVOID) pState);
     436    WinSetWindowPtr(hwnd, QWL_USER, (PVOID) pState);
    436437    pState->hptr = WinLoadPointer(HWND_DESKTOP, FM3ModHandle, DIRSIZE_ICON);
    437438    WinDefDlgProc(hwnd, WM_SETICON, MPFROMLONG(pState->hptr), MPVOID);
Note: See TracChangeset for help on using the changeset viewer.