From: Włodzimierz Skiba Date: Tue, 13 Jun 2006 10:38:45 +0000 (+0000) Subject: Allow some paths to be relative to current dir. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fefee1134bb7876f9f147477f1102eaeeb54a254 Allow some paths to be relative to current dir. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/tex2rtf/src/tex2rtf.cpp b/utils/tex2rtf/src/tex2rtf.cpp index 75a889fb4f..2e9840aefc 100644 --- a/utils/tex2rtf/src/tex2rtf.cpp +++ b/utils/tex2rtf/src/tex2rtf.cpp @@ -182,6 +182,8 @@ bool MyApp::OnInit() } } + TexPathList.Add(::wxGetCwd()); + #ifdef NO_GUI if (InputFile.empty() || OutputFile.empty()) {