diff options
Diffstat (limited to 'src/frontend/mame/ui/confswitch.cpp')
-rw-r--r-- | src/frontend/mame/ui/confswitch.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/mame/ui/confswitch.cpp b/src/frontend/mame/ui/confswitch.cpp index ac45e91a9eb..4f0ec775260 100644 --- a/src/frontend/mame/ui/confswitch.cpp +++ b/src/frontend/mame/ui/confswitch.cpp @@ -110,7 +110,7 @@ void menu_confswitch::populate(float &customtop, float &custombottom) first_entry = false; else item_append(menu_item_type::SEPARATOR); - item_append(string_format("[root%s]", prev_owner->tag()), "", 0, nullptr); + item_append(string_format("[root%s]", prev_owner->tag()), 0, nullptr); } // set the left/right flags appropriately @@ -159,7 +159,7 @@ void menu_confswitch::populate(float &customtop, float &custombottom) } item_append(menu_item_type::SEPARATOR); - item_append(_("Reset"), "", 0, (void *)1); + item_append(_("Reset"), 0, (void *)1); } |