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:
@@ -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())
|
||||
{
|
||||
|
Reference in New Issue
Block a user