patch from Janos Vegh (2nd try, now it even compiles)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-05-10 16:19:09 +00:00
parent 32ac755d4a
commit caf0debf72
2 changed files with 410 additions and 384 deletions

View File

@@ -1183,9 +1183,12 @@ wxDocTemplate *wxDocManager::SelectDocumentPath(wxDocTemplate **templates,
int FilterIndex = 0;
wxString pathTmp = wxFileSelectorEx(_("Select a file"),
_T(""), _T(""), _T(""),
_T(""),
_T(""),
&FilterIndex,
descrBuf, 0, wxTheApp->GetTopWindow());
descrBuf,
0,
wxTheApp->GetTopWindow());
if (!pathTmp.IsEmpty())
{