Add wxDocManager::FindDocumentByPath() helper.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 Mar 2013 23:10:20 +0000 (23:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 Mar 2013 23:10:20 +0000 (23:10 +0000)
commit1127eb3a6af16665bdfb32f147f2988fc49a11e0
tree4b71d23798f4d91ce533a92e44af7caf9f2776f8
parent49cfad613b496a2827574417195feee7b57660ca
Add wxDocManager::FindDocumentByPath() helper.

Simply refactor the code which already existed inside wxDocManager in a new
public method.

Closes #15126.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/docview.h
interface/wx/docview.h
src/common/docview.cpp