Changeset 1083 for trunk/dll/filldir.c
- Timestamp:
- 07/20/08 17:31:07 (4 months ago)
- Files:
-
- 1 modified
-
trunk/dll/filldir.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/filldir.c
r1078 r1083 43 43 07 Jul 08 SHL Use NULL rather than NullStr in FreeCnrItemData 44 44 16 JUL 08 GKY Use TMP directory for temp files 45 20 Jul 08 JBS Ticket 114: Support user-selectable env. strings in Tree container. 45 46 46 47 ***********************************************************************/ … … 65 66 #include "misc.h" // GetTidForWindow 66 67 #include "fortify.h" // 06 May 08 SHL 68 #include "notebook.h" // INI file fields 67 69 #include "fm3dll.h" 68 70 … … 1384 1386 char *p, *pp; 1385 1387 1386 p = GetPString(IDS_ENVVARNAMES);1388 p = pszTreeEnvVarList; 1387 1389 while (*p == ' ') 1388 1390 p++;
