Allow wxPreferencesEditor::Dismiss() to work when using modal dialogs too.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 May 2013 14:43:09 +0000 (14:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 May 2013 14:43:09 +0000 (14:43 +0000)
commit615f9ff096c8c6553361975ab0504255c0f1f584
treeabd20d14499d158cfae5027ad4c8dc6ed7dcef37
parentb5c9627778e8ba6e1a1358dbc6a737b6163cfbc0
Allow wxPreferencesEditor::Dismiss() to work when using modal dialogs too.

The modal dialog case is not really different, the dialog may still need to be
dismissed if the associated object doesn't exist any longer.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/preferences.h
interface/wx/preferences.h
src/generic/preferencesg.cpp