Changeset 593 for trunk/dll/arccnrs.c


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

Changes to remove GetPString from window class names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r570 r593  
    3232  03 Nov 06 SHL Renames
    3333  14 Mar 07 SHL ArcObjWndProc/UM_ENTER: delay before starting viewer
    34 
     34  30 Mar 07 GKY Remove GetPString for window class names
    3535***********************************************************************/
    3636
     
    32613261                                   WS_VISIBLE,
    32623262                                   &FrameFlags,
    3263                                    GetPString(IDS_WCARCCONTAINER),
     3263                                   WC_ARCCONTAINER,
    32643264                                   title,
    32653265                                   WS_VISIBLE | fwsAnimate,
     
    33663366
    33673367            CommonCreateTextChildren(dcd->hwndClient,
    3368                                      GetPString(IDS_WCARCSTATUS), ids);
     3368                                     WC_ARCSTATUS, ids);
    33693369          }
    33703370          WinEnableWindow(WinWindowFromID(dcd->hwndClient, DIR_VIEW), FALSE);
Note: See TracChangeset for help on using the changeset viewer.