summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/selsoft.cpp
diff options
context:
space:
mode:
author dankan1890 <mewuidev2@gmail.com>2016-04-07 12:36:30 +0200
committer dankan1890 <mewuidev2@gmail.com>2016-04-07 12:36:30 +0200
commitb10ffebf58b06c45cc9c70a46471c717175be965 (patch)
tree416fced73ed677597f87080863849f7b46c23328 /src/emu/ui/selsoft.cpp
parent0386367805a78c83a8e1719c1c4193f15a12e377 (diff)
Fixed the key handler for the error "roms or missing CHD."
Removed the delay in showing the description in the Advanced menu. Synchronized the translation files.
Diffstat (limited to 'src/emu/ui/selsoft.cpp')
-rw-r--r--src/emu/ui/selsoft.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/emu/ui/selsoft.cpp b/src/emu/ui/selsoft.cpp
index 0022297f6c8..918827eaafe 100644
--- a/src/emu/ui/selsoft.cpp
+++ b/src/emu/ui/selsoft.cpp
@@ -171,7 +171,10 @@ void ui_menu_select_software::handle()
{
// reset the error on any future m_event
if (ui_error)
+ {
ui_error = false;
+ machine().ui_input().reset();
+ }
// handle selections
else if (m_event->iptkey == IPT_UI_SELECT)
@@ -375,7 +378,7 @@ void ui_menu_select_software::handle()
// if we're in an error state, overlay an error message
if (ui_error)
machine().ui().draw_text_box(container, _("The selected software is missing one or more required files. "
- "Please select a different software.\n\nPress any key (except ESC) to continue."),
+ "Please select a different software.\n\nPress any key to continue."),
JUSTIFY_CENTER, 0.5f, 0.5f, UI_RED_COLOR);
// handle filters selection from key shortcuts