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

    r1397 r1400  
    2727  07 Feb 09 GKY Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error
    2828  07 Feb 09 GKY Add *DateFormat functions to format dates based on locale
     29  08 Mar 09 GKY Renamed commafmt.h i18nutil.h
    2930
    3031***********************************************************************/
     
    5455#include "errutil.h"                    // Dos_Error...
    5556#include "strutil.h"                    // GetPString
    56 #include "commafmt.h"                   // CommaFmtUL
     57#include "i18nutil.h"                   // CommaFmtUL
    5758#include "killproc.h"                   // KillDlgProc
    5859#include "sysinfo.h"                    // SysInfoDlgProc
    5960#include "mainwnd.h"                    // TopWindowName
    60 #include "commafmt.h"                   // CommaFmtUL
    6161#include "common.h"                     // OpenDirCnr
    6262#include "shadow.h"                     // OpenObject
Note: See TracChangeset for help on using the changeset viewer.