From 300067aa69e92d7c12c2999fa19a7d19a84a4c42 Mon Sep 17 00:00:00 2001 From: sorgelig Date: Sun, 9 Sep 2018 06:35:34 +0800 Subject: [PATCH] Adjust the core selection dialog title. --- menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.cpp b/menu.cpp index 621429a..925b44e 100644 --- a/menu.cpp +++ b/menu.cpp @@ -2221,7 +2221,7 @@ void HandleUI(void) /******************************************************************/ case MENU_FILE_SELECT1: helptext = helptexts[HELPTEXT_NONE]; - OsdSetTitle("Select", 0); + OsdSetTitle((fs_Options & SCANO_CORES) ? "Cores" : "Select", 0); PrintDirectory(); menustate = MENU_FILE_SELECT2; break;