From f1f9992f909a7af2eee7a32d330bd3c20e2c2954 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Fri, 15 Oct 2021 10:21:50 +1100 Subject: frontend: Show full sofware name in right panel for favourites, too. --- src/frontend/mame/ui/inifile.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/mame/ui/inifile.cpp b/src/frontend/mame/ui/inifile.cpp index 487c2954de9..77b1cf47945 100644 --- a/src/frontend/mame/ui/inifile.cpp +++ b/src/frontend/mame/ui/inifile.cpp @@ -267,6 +267,8 @@ favorite_manager::favorite_manager(ui_options &options) tmpmatches.available = atoi(readbuf); // need to populate this, it isn't displayed anywhere else + tmpmatches.infotext.append(tmpmatches.longname); + tmpmatches.infotext.append("\t\n\n"); tmpmatches.infotext.append(_("swlist-info", "Software list/item")); tmpmatches.infotext.append(1, '\n'); tmpmatches.infotext.append(tmpmatches.listname); -- cgit v1.2.3