mirror of https://github.com/PCSX2/pcsx2.git
GUI:
- Fix a duplicated "Open in Explorer" button in standard install mode. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4333 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
a2b7176cab
commit
8c0dea6a89
|
@ -117,15 +117,6 @@ void Panels::DirPickerPanel::Init( FoldersEnum_t folderid, const wxString& dialo
|
|||
// The default path is invalid... What should we do here? hmm..
|
||||
}
|
||||
|
||||
#ifndef __WXGTK__
|
||||
// GTK+ : The wx implementation of Explore isn't reliable, so let's not even put the
|
||||
// button on the dialogs for now.
|
||||
|
||||
b_explore = new wxButton( this, wxID_ANY, _("Open in Explorer") );
|
||||
pxSetToolTip( b_explore, _("Open an explorer window to this folder.") );
|
||||
Connect( b_explore->GetId(), wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DirPickerPanel::Explore_Click ) );
|
||||
#endif
|
||||
|
||||
if (InstallationMode == InstallMode_Portable)
|
||||
InitForPortableMode(normalized);
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue