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