Fixes tex2rtf to search for files on current folder too. This is basically to test my write access (tho also fixes tex2rtf for some people, including me)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Angel Vidal Veiga 2006-06-30 12:01:15 +00:00
parent 84b2e3765d
commit 5938a184a5

View File

@ -1984,6 +1984,7 @@ void TexInitialize(int bufSize)
#ifdef __UNIX__
TexPathList.AddEnvList(_T("TEXINPUTS"));
#endif
TexPathList.Add(_T("."));
int i;
for (i = 0; i < 15; i++)
{