Replace the image read file picker with a simple one.

This commit is contained in:
David Given
2023-07-25 23:11:52 +02:00
parent c61effb54f
commit 516241f8f5
2 changed files with 2 additions and 2 deletions

View File

@@ -1118,7 +1118,7 @@ ImagefileSourcePanelGen::ImagefileSourcePanelGen( wxWindow* parent, wxWindowID i
m_staticText28->Wrap( -1 );
bSizer9->Add( m_staticText28, 0, wxALL, 5 );
diskImagePicker = new wxFilePickerCtrl( this, wxID_ANY, wxEmptyString, wxT("Select a file"), wxT("*.*"), wxDefaultPosition, wxDefaultSize, wxFLP_FILE_MUST_EXIST|wxFLP_OPEN|wxFLP_USE_TEXTCTRL );
diskImagePicker = new wxFilePickerCtrl( this, wxID_ANY, wxEmptyString, wxT("Select a file"), wxT("*.*"), wxDefaultPosition, wxDefaultSize, wxFLP_FILE_MUST_EXIST|wxFLP_OPEN );
diskImagePicker->SetToolTip( wxT("The path to the disk image.") );
bSizer9->Add( diskImagePicker, 0, wxALL|wxEXPAND, 5 );

View File

@@ -6963,7 +6963,7 @@
<property name="resize">Resizable</property>
<property name="show">1</property>
<property name="size"></property>
<property name="style">wxFLP_FILE_MUST_EXIST|wxFLP_OPEN|wxFLP_USE_TEXTCTRL</property>
<property name="style">wxFLP_FILE_MUST_EXIST|wxFLP_OPEN</property>
<property name="subclass">; ; forward_declare</property>
<property name="toolbar_pane">0</property>
<property name="tooltip">The path to the disk image.</property>