]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/tex2rtf.cpp
pywrap should be treated as a gui script
[wxWidgets.git] / utils / tex2rtf / src / tex2rtf.cpp
index 75a889fb4faf3ce52ea523e2fd1ebb733746202c..2e9840aefc3ab9e866938693031ea3fd77303302 100644 (file)
@@ -182,6 +182,8 @@ bool MyApp::OnInit()
       }
   }
 
+  TexPathList.Add(::wxGetCwd());
+
 #ifdef NO_GUI
   if (InputFile.empty() || OutputFile.empty())
   {