Don't assert if the path is not absolute in wxFileDialog::SetPath().
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 3 Dec 2009 16:26:15 +0000 (16:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 3 Dec 2009 16:26:15 +0000 (16:26 +0000)
commit8f79ece33306d91be746a694f3893906bba67465
tree69ef4c048a53879651ef5df233c8ac67a1a97f7e
parenta243da29c8135be476e47a035a81e695bbb21e26
Don't assert if the path is not absolute in wxFileDialog::SetPath().

Remove the assert added in r62101 (see #10917), it was wrong as the other
ports do not assert in this case. Instead, just ensure that the path we use
with the GTK+ native chooser is absolute.

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