From fefee1134bb7876f9f147477f1102eaeeb54a254 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 13 Jun 2006 10:38:45 +0000 Subject: [PATCH] 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 --- utils/tex2rtf/src/tex2rtf.cpp | 2 ++ 1 file changed, 2 insertions(+) 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()) { -- 2.47.2