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

    r553 r593  
    1818  02 Jan 07 GKY Changed drive information string formating to accomodate 6 char FS names
    1919  07 Jan 07 GKY Move error strings etc. to string file
     20  30 Mar 07 GKY Remove GetPString for window class names
    2021
    2122***********************************************************************/
     
    218219      for (c = 0; ids[c]; c++) {
    219220        if (!WinCreateWindow(hwnd,
    220                              GetPString(IDS_WCMINITIME),
     221                             WC_MINITIME,
    221222                             NullStr,
    222223                             SS_TEXT | DT_CENTER | DT_VCENTER | WS_VISIBLE,
     
    278279          if ((ulDriveMap & (1L << c)) && !(driveflags[c] & drivestyle)) {
    279280            if (!WinCreateWindow(hwnd,
    280                                  GetPString(IDS_WCMINITIME),
     281                                 WC_MINITIME,
    281282                                 NullStr,
    282283                                 SS_TEXT | DT_CENTER | DT_VCENTER |
     
    919920                         WS_VISIBLE,
    920921                         &FrameFlags,
    921                          GetPString(IDS_WCDATABAR),
     922                         WC_DATABAR,
    922923                         NULL, WS_VISIBLE, 0, MINI_FRAME, &hwndClient)) {
    923924    WinSendMsg(hwndClient, UM_RESTORE, MPFROMLONG(fl), MPVOID);
Note: See TracChangeset for help on using the changeset viewer.