Set wild card in the base class too in wxGTK wxFileDialog.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 May 2010 12:07:54 +0000 (12:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 May 2010 12:07:54 +0000 (12:07 +0000)
commitb534aeb219614dad55bf9a63c49be0da0552038b
treeb70d8cc2e067939cb8f602706e75c020c2e9c08c
parent119629aa5d35ae594f911f8f430d903eeeea96c3
Set wild card in the base class too in wxGTK wxFileDialog.

Calling wxFileDialogBase::SetWildcard() ensures that GetWildcard() returns the
correct value after wxFileDialog::SetWildcard() was called.

The new code will also work correctly if we change SetWildcard() to handle
empty wildcard as the default one (see #12079).

Closes #12080.

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