diff options
Diffstat (limited to 'src/preferences/BoardPrefs.hpp')
| -rw-r--r-- | src/preferences/BoardPrefs.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/preferences/BoardPrefs.hpp b/src/preferences/BoardPrefs.hpp index ce975f3..7be1dfb 100644 --- a/src/preferences/BoardPrefs.hpp +++ b/src/preferences/BoardPrefs.hpp @@ -115,6 +115,9 @@ public: virtual wxBitmap GetLargeIcon() { return wxArtProvider::GetBitmap(wxART_HELP, wxART_TOOLBAR); } + virtual wxBitmapBundle GetIcon() { + return wxBitmapBundle::FromBitmap(LoadPNG("ui_rook")); + } virtual wxWindow *CreateWindow(wxWindow *parent) { return new BoardPrefsPanel(parent); } |
