mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 18:35:45 -04:00
Hotkey Settings: Fix a missing space in Change Disc
This commit is contained in:
@ -1854,7 +1854,7 @@ void CommonHostInterface::RegisterGeneralHotkeys()
|
||||
});
|
||||
|
||||
RegisterHotkey(StaticString(TRANSLATABLE("Hotkeys", "General")), StaticString("ChangeDisc"),
|
||||
StaticString(TRANSLATABLE("Hotkeys", "ChangeDisc")), [this](bool pressed) {
|
||||
StaticString(TRANSLATABLE("Hotkeys", "Change Disc")), [this](bool pressed) {
|
||||
if (pressed && System::IsValid() && System::HasMediaSubImages())
|
||||
{
|
||||
const u32 current = System::GetMediaSubImageIndex();
|
||||
|
Reference in New Issue
Block a user