summaryrefslogtreecommitdiff
path: root/apps/menus/main_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/main_menu.c')
-rw-r--r--apps/menus/main_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c
index 313d7c10e9..9f6d9a527c 100644
--- a/apps/menus/main_menu.c
+++ b/apps/menus/main_menu.c
@@ -116,7 +116,7 @@ MAKE_MENU(manage_settings, ID2P(LANG_MANAGE_MENU), NULL, Icon_Config,
116 116
117static bool show_credits(void) 117static bool show_credits(void)
118{ 118{
119 if (plugin_load(PLUGIN_DIR "/credits.rock",NULL) != PLUGIN_OK) 119 if (plugin_load(VIEWERS_DIR "/credits.rock",NULL) != PLUGIN_OK)
120 { 120 {
121 /* show the rockbox logo and version untill a button is pressed */ 121 /* show the rockbox logo and version untill a button is pressed */
122 show_logo(); 122 show_logo();