From 5938a184a568873b48c1e59bf5c4ed5a9528d7f4 Mon Sep 17 00:00:00 2001
From: Angel Vidal Veiga <cafedetal@gmail.com>
Date: Fri, 30 Jun 2006 12:01:15 +0000
Subject: [PATCH] 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
---
 utils/tex2rtf/src/tex2any.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/utils/tex2rtf/src/tex2any.cpp b/utils/tex2rtf/src/tex2any.cpp
index 33466d1a93..bbb0a9e8b0 100644
--- a/utils/tex2rtf/src/tex2any.cpp
+++ b/utils/tex2rtf/src/tex2any.cpp
@@ -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++)
   {
-- 
2.47.2