Changeset 1400 for trunk/dll/arccnrs.c
- Timestamp:
- Mar 8, 2009, 6:50:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r1398 r1400 72 72 07 Feb 09 GKY Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error 73 73 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 74 76 75 77 ***********************************************************************/ … … 81 83 #include <share.h> // SH_DENYWR 82 84 #include <limits.h> // ULONG_MAX 83 // #include <process.h> // _beginthread // 10 Dec 08 SHL84 85 85 86 #if 0 … … 140 141 #include "viewer.h" // StartMLEEditor 141 142 #include "newview.h" // StartViewer 142 #include " commafmt.h" // commafmt143 #include "i18nutil.h" // commafmt 143 144 #include "copyf.h" // unlinkf 144 145 #include "literal.h" // wildcard … … 232 233 Fortify_LeaveScope(); 233 234 # endif 234 // _endthread(); // 10 Dec 08 SHL235 235 } 236 236 … … 2357 2357 2358 2358 case WM_PRESPARAMCHANGED: 2359 PresParamChanged(hwnd, "ArcCnr", mp1, mp2);2359 PresParamChanged(hwnd, PCSZ_ARCCNR, mp1, mp2); 2360 2360 break; 2361 2361 … … 2513 2513 } 2514 2514 } 2515 RestorePresParams(hwnd, "ArcCnr");2515 RestorePresParams(hwnd, PCSZ_ARCCNR); 2516 2516 dcd->mask.fNoAttribs = TRUE; 2517 2517 dcd->mask.fNoDirs = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.