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

    r574 r593  
    1919  03 Nov 06 SHL Count thread usage
    2020  22 Mar 07 GKY Use QWL_USER
     21  30 Mar 07 GKY Remove GetPString for window class names
    2122
    2223***********************************************************************/
     
    17101711                   MPFROM2SHORT(1, 1));
    17111712        ad->hwndStatus1 = WinCreateWindow(hwndFrame,
    1712                                           GetPString(IDS_WCVIEWSTATUS),
     1713                                          WC_VIEWSTATUS,
    17131714                                          GetPString(IDS_LOADINGTEXT),
    17141715                                          WS_VISIBLE | SS_TEXT |
     
    17261727
    17271728        ad->hwndStatus2 = WinCreateWindow(hwndFrame,
    1728                                           GetPString(IDS_WCVIEWSTATUS),
     1729                                          WC_VIEWSTATUS,
    17291730                                          NULL,
    17301731                                          WS_VISIBLE | SS_TEXT |
     
    17421743
    17431744        ad->hwndStatus3 = WinCreateWindow(hwndFrame,
    1744                                           GetPString(IDS_WCVIEWSTATUS),
     1745                                          WC_VIEWSTATUS,
    17451746                                          NULL,
    17461747                                          WS_VISIBLE | SS_TEXT |
     
    17731774
    17741775        ad->hwndDrag = WinCreateWindow(hwndFrame,
    1775                                        GetPString(IDS_WCVIEWSTATUS),
     1776                                       WC_VIEWSTATUS,
    17761777                                       "#100",
    17771778                                       WS_VISIBLE | SS_BITMAP,
     
    38163817                                 0,
    38173818                                 &FrameFlags,
    3818                                  GetPString(IDS_WCNEWVIEW),
     3819                                 WC_NEWVIEW,
    38193820                                 GetPString(IDS_FM2VIEWERTITLETEXT),
    38203821                                 fwsAnimate,
Note: See TracChangeset for help on using the changeset viewer.