Changeset 1400 for trunk/dll/seeall.c


Ignore:
Timestamp:
Mar 8, 2009, 6:50:25 PM (16 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/seeall.c

    r1398 r1400  
    4545  07 Feb 09 GKY Add *DateFormat functions to format dates based on locale
    4646  07 Feb 09 GKY Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error
     47  08 Mar 09 GKY Renamed commafmt.h i18nutil.h
     48  08 Mar 09 GKY Additional strings move to PCSZs in init.c
    4749
    4850***********************************************************************/
     
    101103#include "collect.h"                    // StartCollector
    102104#include "subj.h"                       // Subject
    103 #include "commafmt.h"                   // commafmt
     105#include "i18nutil.h"                   // commafmt
    104106#include "literal.h"                    // wildcard
    105107#include "wrappers.h"                   // xDosFindNext
     
    33323334          WinSetPresParam(pAD->hwndPopup, PP_FONTNAMESIZE,
    33333335                          strlen(FNT_8HELVETICA) + 1,
    3334                           FNT_8HELVETICA);
     3336                          (PVOID) FNT_8HELVETICA);
    33353337          SetConditionalCascade(pAD->hwndPopup,
    33363338                                IDM_DELETESUBMENU,
Note: See TracChangeset for help on using the changeset viewer.