Changeset 1083 for trunk/dll/filldir.c

Show
Ignore:
Timestamp:
07/20/08 17:31:07 (4 months ago)
Author:
jbs
Message:

Ticket 114: Support user-selectable env. strings in Tree container.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dll/filldir.c

    r1078 r1083  
    4343  07 Jul 08 SHL Use NULL rather than NullStr in FreeCnrItemData 
    4444  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. 
    4546 
    4647***********************************************************************/ 
     
    6566#include "misc.h"                       // GetTidForWindow 
    6667#include "fortify.h"                    // 06 May 08 SHL 
     68#include "notebook.h"                   // INI file fields 
    6769#include "fm3dll.h" 
    6870 
     
    13841386        char *p, *pp; 
    13851387 
    1386         p = GetPString(IDS_ENVVARNAMES); 
     1388        p = pszTreeEnvVarList; 
    13871389        while (*p == ' ') 
    13881390          p++;