Changeset 593 for trunk/dll/notify.c


Ignore:
Timestamp:
Mar 31, 2007, 9:13:59 PM (19 years ago)
Author:
Gregg Young
Message:

Changes to remove GetPString from window class names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/notify.c

    r551 r593  
    1111  17 Jul 06 SHL Use Win_Error
    1212  22 Jul 06 SHL Check more run time errors
     13  30 Mar 07 GKY Remove GetPString for window class names
    1314
    1415***********************************************************************/
     
    183184
    184185    hwnd = WinCreateWindow(hwndP,
    185                            GetPString(IDS_WCERRORWND),
     186                           WC_ERRORWND,
    186187                           p,
    187188                           SS_TEXT | DT_LEFT | DT_VCENTER | WS_VISIBLE,
Note: See TracChangeset for help on using the changeset viewer.