git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20390
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
* to put the application into context help mode.
*/
* to put the application into context help mode.
*/
static const char * csquery_xpm[] = {
"12 11 2 1",
" c None",
static const char * csquery_xpm[] = {
"12 11 2 1",
" c None",
IMPLEMENT_CLASS(wxContextHelpButton, wxBitmapButton)
IMPLEMENT_CLASS(wxContextHelpButton, wxBitmapButton)
),
pos, size, style)
#else
),
pos, size, style)
#else
- : wxBitmapButton(parent, id, wxBITMAP(csquery),
+ : wxBitmapButton(parent, id, wxBitmap(csquery_xpm),
pos, size, style)
#endif
{
pos, size, style)
#endif
{