Changeset 574 for trunk/dll/objcnr.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/objcnr.c

    r551 r574  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2005, 2006 Steven H. Levine
     9  Copyright (c) 2005, 2007 Steven H. Levine
    1010
    1111  24 May 05 SHL Rework for CNRITEM.szSubject
     
    1414  19 Oct 06 SHL Correct . and .. detect
    1515  03 Nov 06 SHL Renames
     16  22 Mar 07 GKY Use QWL_USER
    1617
    1718***********************************************************************/
     
    255256    }
    256257    data->dirname = (CHAR *) mp2;
    257     WinSetWindowPtr(hwnd, 0, (PVOID) data);
     258    WinSetWindowPtr(hwnd, QWL_USER, (PVOID) data);
    258259    if (*data->dirname)
    259260      WinSetDlgItemText(hwnd, OBJCNR_DIR, data->dirname);
Note: See TracChangeset for help on using the changeset viewer.