Simplify wxFileNameFromPath() implementation to avoid redundancy.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Jan 2011 22:04:48 +0000 (22:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Jan 2011 22:04:48 +0000 (22:04 +0000)
commit30d6c59b297f98ebda1d6c14e56f289bd3b02799
tree726089bec5d0872584e267b61f9941ebe1b8affa
parent13705b8ccf9159e94e0e9b954625906902efb284
Simplify wxFileNameFromPath() implementation to avoid redundancy.

No real changes, just use wxFileName::GetFullName() in wxFileNameFromPath()
instead of reimplementing it there.

Closes #12818.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/filefn.cpp