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
This commit is contained in:
Włodzimierz Skiba
2006-06-13 10:38:45 +00:00
parent 8c3bbbea2d
commit fefee1134b

View File

@@ -182,6 +182,8 @@ bool MyApp::OnInit()
}
}
TexPathList.Add(::wxGetCwd());
#ifdef NO_GUI
if (InputFile.empty() || OutputFile.empty())
{