Searched refs:pathTmp (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddocview.cpp1595 wxString pathTmp = wxFileSelectorEx(_("Select a file"), local
1604 if (!pathTmp.empty())
1606 if (!wxFileExists(pathTmp))
1620 m_lastDirectory = wxPathOnly(pathTmp);
1622 path = pathTmp;

Completed in 56 milliseconds