]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixes tex2rtf to search for files on current folder too. This is basically to test...
authorAngel Vidal Veiga <cafedetal@gmail.com>
Fri, 30 Jun 2006 12:01:15 +0000 (12:01 +0000)
committerAngel Vidal Veiga <cafedetal@gmail.com>
Fri, 30 Jun 2006 12:01:15 +0000 (12:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/tex2rtf/src/tex2any.cpp

index 33466d1a935858375195c9665614f1350ace020a..bbb0a9e8b04e697e2920659f2b2c07161a76555b 100644 (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++)
   {