ui: Add 'MCPX' to BootROM field name in Settings

This commit is contained in:
Lucas Eriksson 2020-09-28 10:36:13 +02:00 committed by mborgerson
parent 56fcd86627
commit a957b9cf23
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ public:
FilePicker("###Flash", flash_path, sizeof(flash_path), rom_file_filters);
ImGui::NextColumn();
ImGui::Text("BootROM File");
ImGui::Text("MCPX Boot ROM File");
ImGui::NextColumn();
ImGui::SetNextItemWidth(picker_width);
FilePicker("###BootROM", bootrom_path, sizeof(bootrom_path), rom_file_filters);