Skip to content

Commit

Permalink
remove test path
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps committed May 23, 2024
1 parent 575b4e0 commit 4f8aed0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HDL-Batch-installer-SRC/PFSShellBrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ PFSShellBrowser::PFSShellBrowser(wxWindow* parent,wxWindowID id,const wxPoint& p
BoxSizer5 = new wxBoxSizer(wxHORIZONTAL);
HDDFileRadio = new wxRadioButton(this, ID_RADIOBUTTON2, _("File"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _T("ID_RADIOBUTTON2"));
BoxSizer5->Add(HDDFileRadio, 1, wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 5);
HDDFileDLG = new wxFilePickerCtrl(this, ID_FILEPICKERCTRL1, _T("D:\\Baul\\Paula\\Desktop\\DEV9hdd.raw"), wxEmptyString, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxFLP_FILE_MUST_EXIST|wxFLP_OPEN|wxFLP_USE_TEXTCTRL, wxDefaultValidator, _T("ID_FILEPICKERCTRL1"));
HDDFileDLG = new wxFilePickerCtrl(this, ID_FILEPICKERCTRL1, wxEmptyString, _("Choose HDD Image"), wxEmptyString, wxDefaultPosition, wxDefaultSize, wxFLP_FILE_MUST_EXIST|wxFLP_OPEN|wxFLP_USE_TEXTCTRL, wxDefaultValidator, _T("ID_FILEPICKERCTRL1"));
HDDFileDLG->Disable();
BoxSizer5->Add(HDDFileDLG, 4, wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 5);
BoxSizer2->Add(BoxSizer5, 1, wxALL|wxEXPAND, 5);
Expand Down
Binary file not shown.
Binary file modified HDL-Batch-installer-SRC/_bin/playground/HDL-Batch-installer.exe
Binary file not shown.
Binary file modified Release/HDL-Batch-installer.exe
Binary file not shown.
Binary file modified Release32/HDL-Batch-installer.exe
Binary file not shown.

0 comments on commit 4f8aed0

Please sign in to comment.