Changeset 1409 for trunk/dll/presparm.h


Ignore:
Timestamp:
Mar 20, 2009, 12:35:30 AM (17 years ago)
Author:
Gregg Young
Message:

Rename some container ini keys consolidate inline code in WriteDetailsSwitches, LoadDetailsSwitches and RemoveCnrSwitches (Ticket 343, 345, 347) Save changes to detail switches for compare directories (Ticket 346). Move additional messages to PCSZs (Ticket 6). Comments and minor code clean up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/presparm.h

    r1400 r1409  
    1111  Change log
    1212  08 Mar 09 GKY Additional strings move to PCSZs in init.c (Delcare changes to PCSZ)
     13  19 Mar 09 GKY Moved DeletePresParams from mainwnd.c
    1314
    1415***********************************************************************/
     
    2122VOID RestorePresParams(HWND hwnd, PCSZ keyroot);
    2223VOID SavePresParams(HWND hwnd, PCSZ keyroot);
     24VOID DeletePresParams(PCSZ Keyroot);
    2325#ifdef INCL_GPI
    2426VOID SetPresParams(HWND hwnd, RGB2 * back, RGB2 * fore, RGB2 * border,
    25                    PCSZ font);
     27                   PCSZ font);
    2628#endif
    2729
Note: See TracChangeset for help on using the changeset viewer.