summaryrefslogtreecommitdiff
path: root/apps/plugins/bubbles.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bubbles.c')
-rw-r--r--apps/plugins/bubbles.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index be94036f4e..17bfeca01d 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -99,10 +99,10 @@ PLUGIN_HEADER
99 99
100/* external bitmaps */ 100/* external bitmaps */
101#ifdef HAVE_LCD_COLOR 101#ifdef HAVE_LCD_COLOR
102#include "bubbles_background.h" 102#include "pluginbitmaps/bubbles_background.h"
103#endif 103#endif
104#include "bubbles_bubble.h" 104#include "pluginbitmaps/bubbles_bubble.h"
105#include "bubbles_emblem.h" 105#include "pluginbitmaps/bubbles_emblem.h"
106 106
107#define BUBBLE_WIDTH BMPWIDTH_bubbles_bubble 107#define BUBBLE_WIDTH BMPWIDTH_bubbles_bubble
108#define BUBBLE_HEIGHT BMPHEIGHT_bubbles_bubble 108#define BUBBLE_HEIGHT BMPHEIGHT_bubbles_bubble