git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26588
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
} // end of wxNotebook::SetPageImage
void wxNotebook::SetImageList (
} // end of wxNotebook::SetPageImage
void wxNotebook::SetImageList (
- wxImageList* WXUNUSED(pImageList)
+ wxImageList* pImageList
- //
- // Does nothing under OS/2
- //
+ //
+ // Does not really do anything yet, but at least we need to
+ // update the base class.
+ //
+ wxNotebookBase::SetImageList(pImageList);
} // end of wxNotebook::SetImageList
// ----------------------------------------------------------------------------
} // end of wxNotebook::SetImageList
// ----------------------------------------------------------------------------