summaryrefslogtreecommitdiff
path: root/ui/Resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/Resources.h')
-rw-r--r--ui/Resources.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/Resources.h b/ui/Resources.h
index fba26f03..fa7eaf29 100644
--- a/ui/Resources.h
+++ b/ui/Resources.h
@@ -47,6 +47,7 @@ public:
static wxBitmap* bitmapWarning;
static wxBitmap* bitmapSmallUp;
static wxBitmap* bitmapSmallDown;
+ static wxBitmap* bitmapSave;
static wxAnimation* animationMoney;
bgstack15