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

    r1398 r1400  
    6262  11 Jan 09 GKY Replace font names in the string file with global set at compile in init.c
    6363  07 Feb 09 GKY Add *DateFormat functions to format dates based on locale
     64  08 Mar 09 GKY Renamed commafmt.h i18nutil.h
    6465
    6566***********************************************************************/
     
    116117#include "wrappers.h"                   // xDosFindNext
    117118#include "notebook.h"                   // External compare/dircompare
    118 #include "commafmt.h"                   // CommaFmtULL
     119#include "i18nutil.h"                   // CommaFmtULL
    119120#include "fortify.h"                    // 06 May 08 SHL added
    120121#include "excputil.h"                   // xbeginthread
Note: See TracChangeset for help on using the changeset viewer.