diff options
Diffstat (limited to 'src/frontend/mame/ui/selsoft.cpp')
-rw-r--r-- | src/frontend/mame/ui/selsoft.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/selsoft.cpp b/src/frontend/mame/ui/selsoft.cpp index ba3c33849e0..f56d04f9fb0 100644 --- a/src/frontend/mame/ui/selsoft.cpp +++ b/src/frontend/mame/ui/selsoft.cpp @@ -272,7 +272,7 @@ void menu_select_software::populate(float &customtop, float &custombottom) { // if the device can be loaded empty, add an item if (m_has_empty_start) - item_append("[Start empty]", "", flags_ui, (void *)&m_swinfo[0]); + item_append("[Start empty]", flags_ui, (void *)&m_swinfo[0]); if (m_filters.end() == flt) std::copy(std::next(m_swinfo.begin()), m_swinfo.end(), std::back_inserter(m_displaylist)); |