Changeset 593 for trunk/dll/seeall.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/seeall.c

    r551 r593  
    2121  03 Nov 06 SHL Renames
    2222  03 Nov 06 SHL Count thread usage
     23  30 Mar 07 GKY Remove GetPString for window class names
    2324
    2425***********************************************************************/
     
    11371138        DosError(FERR_DISABLEHARDERR);
    11381139        WinRegisterClass(hab2,
    1139                          GetPString(IDS_WCOBJECTWINDOW),
     1140                         WC_OBJECTWINDOW,
    11401141                         SeeObjWndProc, 0, sizeof(PVOID));
    11411142        hwndObj = WinCreateWindow(HWND_OBJECT,
    1142                                   GetPString(IDS_WCOBJECTWINDOW),
     1143                                  WC_OBJECTWINDOW,
    11431144                                  (PSZ) NULL,
    11441145                                  0,
     
    25152516        if (!DosCreateMutexSem(NULL, &pAD->hmtxScan, 0L, FALSE)) {
    25162517          pAD->hwndStatus = WinCreateWindow(hwndFrame,
    2517                                             GetPString(IDS_WCSEESTATUS),
     2518                                            WC_SEESTATUS,
    25182519                                            NullStr,
    25192520                                            WS_VISIBLE | SS_TEXT |
     
    42404241                                 WS_VISIBLE,
    42414242                                 &FrameFlags,
    4242                                  GetPString(IDS_WCSEEALL),
     4243                                 WC_SEEALL,
    42434244                                 GetPString(IDS_SEEALLTITLETEXT),
    42444245                                 WS_VISIBLE | fwsAnimate,
Note: See TracChangeset for help on using the changeset viewer.