mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
Merge pull request #2261 from degasus/master
Remove TM character which breaks our buildbot
This commit is contained in:
commit
d50d8cbddd
1 changed files with 1 additions and 1 deletions
|
@ -950,7 +950,7 @@ ControlGroupBox::ControlGroupBox(ControllerEmu::ControlGroup* const group, wxWin
|
||||||
if (groupSetting->name == "Battery" && !SConfig::GetInstance().m_DolphinPro)
|
if (groupSetting->name == "Battery" && !SConfig::GetInstance().m_DolphinPro)
|
||||||
{
|
{
|
||||||
setting->wxcontrol->Disable();
|
setting->wxcontrol->Disable();
|
||||||
nameBox->SetToolTip(wxGetTranslation("Upgrade to Dolphin Pro™ to recharge batteries."));
|
nameBox->SetToolTip(wxGetTranslation("Upgrade to Dolphin Pro to recharge batteries."));
|
||||||
}
|
}
|
||||||
|
|
||||||
szr->Add(nameBox, 0, wxCENTER | wxRIGHT, 3);
|
szr->Add(nameBox, 0, wxCENTER | wxRIGHT, 3);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue