mirror of https://github.com/PCSX2/pcsx2.git
gui: Remove "Restore Defaults" button tooltip on Speedhacks panel
It's incorrect, and the button is self explanatory - fixing it would just mean having a marginally useful tooltip that would require translating.
This commit is contained in:
parent
cfb801345b
commit
5109687a31
|
@ -127,7 +127,6 @@ Panels::SpeedHacksPanel::SpeedHacksPanel( wxWindow* parent )
|
||||||
right->SetMinWidth( 350 );
|
right->SetMinWidth( 350 );
|
||||||
|
|
||||||
m_button_Defaults = new wxButton( right, wxID_DEFAULT, _("Restore Defaults") );
|
m_button_Defaults = new wxButton( right, wxID_DEFAULT, _("Restore Defaults") );
|
||||||
pxSetToolTip( m_button_Defaults, _("Resets all speedhack options to their defaults, which consequently turns them all OFF.") );
|
|
||||||
|
|
||||||
// ------------------------------------------------------------------------
|
// ------------------------------------------------------------------------
|
||||||
// EE Cyclerate Hack Section:
|
// EE Cyclerate Hack Section:
|
||||||
|
|
Loading…
Reference in New Issue