Changeset 1400 for trunk/dll/seeall.c
- Timestamp:
- Mar 8, 2009, 6:50:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/seeall.c
r1398 r1400 45 45 07 Feb 09 GKY Add *DateFormat functions to format dates based on locale 46 46 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 47 49 48 50 ***********************************************************************/ … … 101 103 #include "collect.h" // StartCollector 102 104 #include "subj.h" // Subject 103 #include " commafmt.h" // commafmt105 #include "i18nutil.h" // commafmt 104 106 #include "literal.h" // wildcard 105 107 #include "wrappers.h" // xDosFindNext … … 3332 3334 WinSetPresParam(pAD->hwndPopup, PP_FONTNAMESIZE, 3333 3335 strlen(FNT_8HELVETICA) + 1, 3334 FNT_8HELVETICA);3336 (PVOID) FNT_8HELVETICA); 3335 3337 SetConditionalCascade(pAD->hwndPopup, 3336 3338 IDM_DELETESUBMENU,
Note:
See TracChangeset
for help on using the changeset viewer.