Changeset 1400 for trunk/dll/inis.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/inis.c

    r1398 r1400  
    3232  07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook.
    3333  07 Feb 09 GKY Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error
     34  08 Mar 09 GKY Additional strings move to PCSZs in init.c
    3435
    3536***********************************************************************/
     
    19751976                         PP_FONTNAMESIZE,
    19761977                         strlen(FNT_10SYSTEMMONOTEXT) + 1,
    1977                          FNT_10SYSTEMMONOTEXT))
     1978                         (PVOID) FNT_10SYSTEMMONOTEXT))
    19781979      WinSetPresParam(WinWindowFromID(hwnd, INI_DATALIST),
    19791980                      PP_FONTNAMESIZE,
    19801981                      strlen(FNT_10SYSTEMMONOTEXT) + 1,
    1981                       FNT_10SYSTEMMONOTEXT);
     1982                      (PVOID) FNT_10SYSTEMMONOTEXT);
    19821983    RestorePresParams(hwnd, "IniUtil");
    19831984    return 0;
Note: See TracChangeset for help on using the changeset viewer.