Changeset 593 for trunk/dll/arccnrs.c
- Timestamp:
- Mar 31, 2007, 9:13:59 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r570 r593 32 32 03 Nov 06 SHL Renames 33 33 14 Mar 07 SHL ArcObjWndProc/UM_ENTER: delay before starting viewer 34 34 30 Mar 07 GKY Remove GetPString for window class names 35 35 ***********************************************************************/ 36 36 … … 3261 3261 WS_VISIBLE, 3262 3262 &FrameFlags, 3263 GetPString(IDS_WCARCCONTAINER),3263 WC_ARCCONTAINER, 3264 3264 title, 3265 3265 WS_VISIBLE | fwsAnimate, … … 3366 3366 3367 3367 CommonCreateTextChildren(dcd->hwndClient, 3368 GetPString(IDS_WCARCSTATUS), ids);3368 WC_ARCSTATUS, ids); 3369 3369 } 3370 3370 WinEnableWindow(WinWindowFromID(dcd->hwndClient, DIR_VIEW), FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.