mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Replace the image read file picker with a simple one.
This commit is contained in:
@@ -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 );
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user