From 8c0dea6a8963ca6670dec39c694620bbfa7187d2 Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Mon, 21 Feb 2011 21:48:35 +0000 Subject: [PATCH] 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 --- pcsx2/gui/Panels/DirPickerPanel.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pcsx2/gui/Panels/DirPickerPanel.cpp b/pcsx2/gui/Panels/DirPickerPanel.cpp index fa29b8965d..7b1581fa27 100644 --- a/pcsx2/gui/Panels/DirPickerPanel.cpp +++ b/pcsx2/gui/Panels/DirPickerPanel.cpp @@ -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