summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-10-15 10:21:50 +1100
committer Vas Crabb <vas@vastheman.com>2021-10-15 10:21:50 +1100
commitf1f9992f909a7af2eee7a32d330bd3c20e2c2954 (patch)
treeee652a44aca8e7a7e9be6e357d8b30e897233e5f /src/frontend
parent22bc3486c3ef8f2230e99daf49785a89ac8a1182 (diff)
frontend: Show full sofware name in right panel for favourites, too.
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/mame/ui/inifile.cpp2
1 files changed, 2 insertions, 0 deletions
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);