long style, const wxPoint& pos, const wxSize& sz, const wxString& name)
:wxFileDialogBase(parent, message, defaultDir, defaultFileName, wildCard, style, pos, sz, name)
{
- m_filterIndex = 1;
}
static void wxChangeListBoxColours(wxWindow* WXUNUSED(win), Widget widget)
Arg args[10];
int ac = 0;
- if (m_backgroundColour.Ok())
+ if (m_backgroundColour.IsOk())
{
wxComputeColours (dpy, & m_backgroundColour, NULL);