diff options
Diffstat (limited to 'wx+/button.h')
-rw-r--r-- | wx+/button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/button.h b/wx+/button.h index e5d63a19..15ebc5a0 100644 --- a/wx+/button.h +++ b/wx+/button.h @@ -40,7 +40,7 @@ private: }; //set bitmap label flicker free! -void setBitmapLabel(wxBitmapButton& button, const wxBitmap& bmp); +void setImage(wxBitmapButton& button, const wxBitmap& bmp); } |