Rename MENU_LABEL_OPTIONS to MENU_LABEL_ONLINE_UPDATER

This commit is contained in:
twinaphex 2015-06-24 13:36:58 +02:00
parent 7ae2cd4c29
commit 44a44b2266
11 changed files with 17 additions and 23 deletions

View File

@ -524,7 +524,7 @@ static int menu_cbs_init_bind_deferred_push_compare_label(menu_file_list_cbs_t *
case MENU_LABEL_SHADER_OPTIONS:
cbs->action_deferred_push = deferred_push_shader_options;
break;
case MENU_LABEL_OPTIONS:
case MENU_LABEL_ONLINE_UPDATER:
cbs->action_deferred_push = deferred_push_options;
break;
case MENU_LABEL_CONTENT_SETTINGS:

View File

@ -1585,7 +1585,7 @@ static int menu_cbs_init_bind_ok_compare_label(menu_file_list_cbs_t *cbs,
case MENU_LABEL_FRONTEND_COUNTERS:
case MENU_LABEL_CORE_COUNTERS:
case MENU_LABEL_MANAGEMENT:
case MENU_LABEL_OPTIONS:
case MENU_LABEL_ONLINE_UPDATER:
case MENU_LABEL_LOAD_CONTENT_LIST:
case MENU_LABEL_INFORMATION_LIST:
case MENU_LABEL_CONTENT_SETTINGS:

View File

@ -645,7 +645,7 @@ static int menu_cbs_init_bind_title_compare_label(menu_file_list_cbs_t *cbs,
break;
case MENU_LABEL_CORE_LIST:
case MENU_LABEL_MANAGEMENT:
case MENU_LABEL_OPTIONS:
case MENU_LABEL_ONLINE_UPDATER:
case MENU_LABEL_SETTINGS:
case MENU_LABEL_FRONTEND_COUNTERS:
case MENU_LABEL_CORE_COUNTERS:

View File

@ -473,8 +473,6 @@ const char *menu_hash_to_str_de(uint32_t hash)
return "Heruntergeladene Archive automatisch entpacken";
case MENU_LABEL_VALUE_SYSTEM_INFORMATION:
return "Systeminformationen";
case MENU_LABEL_VALUE_OPTIONS:
return "Optionen"; /* FIXME */
case MENU_LABEL_VALUE_CORE_INFORMATION:
return "Core-Informationen";
case MENU_LABEL_VALUE_DIRECTORY_NOT_FOUND:

View File

@ -457,8 +457,6 @@ const char *menu_hash_to_str_fr(uint32_t hash)
return "Mise à jour des cores";
case MENU_LABEL_VALUE_SYSTEM_INFORMATION:
return "Informations du système";
case MENU_LABEL_VALUE_OPTIONS:
return "Réglages du core";
case MENU_LABEL_VALUE_CORE_INFORMATION:
return "Informations sur le core";
case MENU_LABEL_VALUE_DIRECTORY_NOT_FOUND:

View File

@ -30,8 +30,8 @@ const char *menu_hash_to_str_nl(uint32_t hash)
return "Laad Core";
case MENU_LABEL_VALUE_SETTINGS:
return "Instellingen";
case MENU_LABEL_VALUE_OPTIONS:
return "Core Instellingen";
case MENU_LABEL_VALUE_ONLINE_UPDATER:
return "Online Updaten";
case MENU_LABEL_VALUE_SYSTEM_INFORMATION:
return "Systeem Informatie";
default:

View File

@ -417,8 +417,6 @@ const char *menu_hash_to_str_pt(uint32_t hash)
return "Extrair Arquivos Baixados Automaticamente";
case MENU_LABEL_VALUE_SYSTEM_INFORMATION:
return "Informação de Sistema";
case MENU_LABEL_VALUE_OPTIONS:
return "Opções"; /* FIXME */
case MENU_LABEL_VALUE_CORE_INFORMATION:
return "Informação de Core";
case MENU_LABEL_VALUE_DIRECTORY_NOT_FOUND:

View File

@ -485,8 +485,8 @@ static const char *menu_hash_to_str_us_label(uint32_t hash)
return "core_updater_auto_extract_archive";
case MENU_LABEL_SYSTEM_INFORMATION:
return "system_information";
case MENU_LABEL_OPTIONS:
return "core_settings";
case MENU_LABEL_ONLINE_UPDATER:
return "online_updater";
case MENU_LABEL_CORE_INFORMATION:
return "core_information";
case MENU_LABEL_CORE_LIST:
@ -604,7 +604,7 @@ const char *menu_hash_to_str_us(uint32_t hash)
case MENU_LABEL_VALUE_CONFIGURATION_SETTINGS:
return "Configuration Settings";
case MENU_LABEL_VALUE_CORE_SETTINGS:
return "Core Settings";
return "Online Updater";
case MENU_LABEL_VALUE_VIDEO_SETTINGS:
return "Video Settings";
case MENU_LABEL_VALUE_LOGGING_SETTINGS:
@ -1039,8 +1039,8 @@ const char *menu_hash_to_str_us(uint32_t hash)
return "Automatically extract downloaded archive";
case MENU_LABEL_VALUE_SYSTEM_INFORMATION:
return "System Information";
case MENU_LABEL_VALUE_OPTIONS:
return "Core Settings";
case MENU_LABEL_VALUE_ONLINE_UPDATER:
return "Online Updater";
case MENU_LABEL_VALUE_CORE_INFORMATION:
return "Core Information";
case MENU_LABEL_VALUE_DIRECTORY_NOT_FOUND:

View File

@ -1578,10 +1578,10 @@ static int menu_displaylist_parse_load_content_list(menu_displaylist_info_t *inf
static int menu_displaylist_parse_options(menu_displaylist_info_t *info)
{
#ifdef HAVE_SHADER_MANAGER
#ifdef HAVE_NETWORKING
menu_list_push(info->list,
menu_hash_to_str(MENU_LABEL_VALUE_SHADER_OPTIONS),
menu_hash_to_str(MENU_LABEL_SHADER_OPTIONS),
menu_hash_to_str(MENU_LABEL_VALUE_CORE_UPDATER_LIST),
menu_hash_to_str(MENU_LABEL_CORE_UPDATER_LIST),
MENU_SETTING_ACTION, 0, 0);
#else
menu_list_push(info->list,

View File

@ -558,8 +558,8 @@ extern "C" {
#define MENU_LABEL_VALUE_CORE_LIST 0x0e17fd4eU
#define MENU_LABEL_MANAGEMENT 0x2516c88aU
#define MENU_LABEL_VALUE_MANAGEMENT 0x97001d0bU
#define MENU_LABEL_OPTIONS 0x2534f97eU
#define MENU_LABEL_VALUE_OPTIONS 0x06795dffU
#define MENU_LABEL_ONLINE_UPDATER 0xcac0025eU
#define MENU_LABEL_VALUE_ONLINE_UPDATER 0x9f3dd2bfU
#define MENU_LABEL_SETTINGS 0x1304dc16U
#define MENU_LABEL_FRONTEND_COUNTERS 0xe5696877U
#define MENU_LABEL_VALUE_FRONTEND_COUNTERS 0x5752bcf8U

View File

@ -3443,8 +3443,8 @@ static bool setting_append_list_main_menu_options(
#ifdef HAVE_NETWORKING
CONFIG_ACTION(
menu_hash_to_str(MENU_LABEL_CORE_UPDATER_LIST),
menu_hash_to_str(MENU_LABEL_VALUE_CORE_UPDATER_LIST),
menu_hash_to_str(MENU_LABEL_ONLINE_UPDATER),
menu_hash_to_str(MENU_LABEL_VALUE_ONLINE_UPDATER),
group_info.name,
subgroup_info.name,
parent_group);