mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
WiimoteEmu/DolphinQt: Better extension display names.
This commit is contained in:
@ -48,7 +48,7 @@ void WiimoteEmuGeneral::CreateMainLayout()
|
||||
m_extension_combo = new QComboBox();
|
||||
|
||||
for (const auto& attachment : ce_extension->GetAttachmentList())
|
||||
m_extension_combo->addItem(tr(attachment->GetName().c_str()));
|
||||
m_extension_combo->addItem(tr(attachment->GetDisplayName().c_str()));
|
||||
|
||||
extension->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
|
||||
|
||||
|
Reference in New Issue
Block a user