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:
Jonathan Li 2016-12-07 00:46:56 +00:00
parent cfb801345b
commit 5109687a31
1 changed files with 0 additions and 1 deletions

View File

@ -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: