summaryrefslogtreecommitdiff
path: root/apps/plugins/credits.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/credits.c')
-rw-r--r--apps/plugins/credits.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/apps/plugins/credits.c b/apps/plugins/credits.c
index 86ca0ff4ab..f4716651fd 100644
--- a/apps/plugins/credits.c
+++ b/apps/plugins/credits.c
@@ -24,16 +24,16 @@
24#ifdef HAVE_REMOTE_LCD 24#ifdef HAVE_REMOTE_LCD
25#define REMOTE_WIDTH LCD_REMOTE_WIDTH 25#define REMOTE_WIDTH LCD_REMOTE_WIDTH
26#define REMOTE_HEIGHT LCD_REMOTE_HEIGHT 26#define REMOTE_HEIGHT LCD_REMOTE_HEIGHT
27#include "pluginbitmaps/remote_rockboxlogo.h" 27#include "pluginbitmaps/remote_creditslogo.h"
28#define REMOTE_LOGO_WIDTH BMPWIDTH_remote_rockboxlogo 28#define REMOTE_LOGO_WIDTH BMPWIDTH_remote_creditslogo
29#define REMOTE_LOGO_HEIGHT BMPHEIGHT_remote_rockboxlogo 29#define REMOTE_LOGO_HEIGHT BMPHEIGHT_remote_creditslogo
30#define REMOTE_LOGO (const fb_remote_data*)remote_rockboxlogo 30#define REMOTE_LOGO (const fb_remote_data*)remote_creditslogo
31#endif /* HAVE_REMOTE_LCD */ 31#endif /* HAVE_REMOTE_LCD */
32 32
33#define LOGO (const fb_data*)rockboxlogo 33#define LOGO (const fb_data*)creditslogo
34#include "pluginbitmaps/rockboxlogo.h" 34#include "pluginbitmaps/creditslogo.h"
35#define LOGO_WIDTH BMPWIDTH_rockboxlogo 35#define LOGO_WIDTH BMPWIDTH_creditslogo
36#define LOGO_HEIGHT BMPHEIGHT_rockboxlogo 36#define LOGO_HEIGHT BMPHEIGHT_creditslogo
37 37
38static const char* const credits[] = { 38static const char* const credits[] = {
39#include "credits.raw" /* generated list of names from docs/CREDITS */ 39#include "credits.raw" /* generated list of names from docs/CREDITS */