From 41d5db6727c27bc39b77f1642ab5376cce3a0ed7 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 4 Sep 2014 19:06:30 +0200 Subject: [PATCH] disp/shared.h - use label instead of dir --- frontend/menu/disp/shared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/menu/disp/shared.h b/frontend/menu/disp/shared.h index 2f3c530c6e..f813d900dd 100644 --- a/frontend/menu/disp/shared.h +++ b/frontend/menu/disp/shared.h @@ -47,7 +47,7 @@ static void get_title(const char *label, const char *dir, #endif else if (!strcmp(label, "Font Options")) strlcpy(title, "FONT OPTIONS", sizeof_title); - else if (!strcmp(dir, "General Options")) + else if (!strcmp(label, "General Options")) strlcpy(title, "GENERAL OPTIONS", sizeof_title); else if (!strcmp(label, "Audio Options")) strlcpy(title, "AUDIO OPTIONS", sizeof_title);