Changeset 1400 for trunk/dll/viewinf.c


Ignore:
Timestamp:
Mar 8, 2009, 6:50:25 PM (17 years ago)
Author:
Gregg Young
Message:

Remainder of changes to rename commafmt.h/c (Ticket 28, 82); Additional strings moved to PCSZs in init.c (Ticket 6); Added WriteDetailsSwitches used it and LoadDetailsSwitches to consolidate inline code (Ticket 343, 344)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/viewinf.c

    r1398 r1400  
    1919  07 Feb 09 GKY Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error
    2020  07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook.
     21  08 Mar 09 GKY Additional strings move to PCSZs in init.c
    2122
    2223***********************************************************************/
     
    260261                        PP_FONTNAMESIZE,
    261262                        strlen(FNT_10SYSTEMMONOTEXT) + 1,
    262                         FNT_10SYSTEMMONOTEXT);
     263                        (PVOID) FNT_10SYSTEMMONOTEXT);
    263264      }
    264265      WinSetWindowText(hwnd, GetPString(IDS_VIEWHELPFILESTEXT));
Note: See TracChangeset for help on using the changeset viewer.