diff options
| author | 2016-03-08 01:19:26 +0100 | |
|---|---|---|
| committer | 2016-03-08 01:19:26 +0100 | |
| commit | d69da8fef941a000dd2f96a681ef8f84e6ced177 (patch) | |
| tree | d19bdf15c63503e1bf22756c33d97f3edef6e616 | |
| parent | e9a233d02efdbe817214eda709a547e5b9143879 (diff) | |
Removed localized error log. (nw)
| -rw-r--r-- | src/emu/ui/optsmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui/optsmenu.cpp b/src/emu/ui/optsmenu.cpp index 00e108d52bd..f93bdbf4652 100644 --- a/src/emu/ui/optsmenu.cpp +++ b/src/emu/ui/optsmenu.cpp @@ -344,7 +344,7 @@ void save_main_option(running_machine &machine) bool result = options.parse_ini_file((util::core_file&)file, OPTION_PRIORITY_MAME_INI, OPTION_PRIORITY_DRIVER_INI, error); if (!result) { - osd_printf_error(_("**Error loading %s.ini**"), emulator_info::get_configname()); + osd_printf_error("**Error loading %s.ini**", emulator_info::get_configname()); return; } } |
