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

    r1398 r1400  
    7272  07 Feb 09 GKY Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error
    7373  07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook.
     74  08 Mar 09 GKY Renamed commafmt.h i18nutil.h
     75  08 Mar 09 GKY Additional strings move to PCSZs in init.c
    7476
    7577***********************************************************************/
     
    8183#include <share.h>                      // SH_DENYWR
    8284#include <limits.h>                     // ULONG_MAX
    83 // #include <process.h>                 // _beginthread // 10 Dec 08 SHL
    8485
    8586#if 0
     
    140141#include "viewer.h"                     // StartMLEEditor
    141142#include "newview.h"                    // StartViewer
    142 #include "commafmt.h"                   // commafmt
     143#include "i18nutil.h"                   // commafmt
    143144#include "copyf.h"                      // unlinkf
    144145#include "literal.h"                    // wildcard
     
    232233  Fortify_LeaveScope();
    233234#  endif
    234   // _endthread();                      // 10 Dec 08 SHL
    235235}
    236236
     
    23572357
    23582358  case WM_PRESPARAMCHANGED:
    2359     PresParamChanged(hwnd, "ArcCnr", mp1, mp2);
     2359    PresParamChanged(hwnd, PCSZ_ARCCNR, mp1, mp2);
    23602360    break;
    23612361
     
    25132513          }
    25142514        }
    2515         RestorePresParams(hwnd, "ArcCnr");
     2515        RestorePresParams(hwnd, PCSZ_ARCCNR);
    25162516        dcd->mask.fNoAttribs = TRUE;
    25172517        dcd->mask.fNoDirs = TRUE;
Note: See TracChangeset for help on using the changeset viewer.