mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 00:35:46 -04:00
Qt: Make hotkey categories translatable
This commit is contained in:
@ -38,7 +38,7 @@ void HotkeySettingsWidget::createButtons()
|
||||
const auto& hotkeys = m_host_interface->getHotkeyInfoList();
|
||||
for (const auto& hi : hotkeys)
|
||||
{
|
||||
const auto category = QString::fromUtf8(hi.category);
|
||||
const auto category = qApp->translate("Hotkeys", hi.category);
|
||||
|
||||
auto iter = m_categories.find(category);
|
||||
if (iter == m_categories.end())
|
||||
|
Reference in New Issue
Block a user