]> git.saurik.com Git - wxWidgets.git/commitdiff
Allow some paths to be relative to current dir.
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 13 Jun 2006 10:38:45 +0000 (10:38 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 13 Jun 2006 10:38:45 +0000 (10:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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())
   {