- 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:
ramapcsx2 2011-02-21 21:48:35 +00:00
parent a2b7176cab
commit 8c0dea6a89
1 changed files with 0 additions and 9 deletions

View File

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