Skip to content

Commit

Permalink
Add radiobox for file system type
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyTech authored and brlin-tw committed Mar 26, 2019
1 parent 18e098b commit e225252
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MainPanel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ class MainPanel : public wxPanel

wxRadioButton *m_isoChoice, *m_dvdChoice;

wxRadioBox *m_fsRadio;

//std::vector<std::pair<std::string, std::string> > m_list;
};

Expand Down

0 comments on commit e225252

Please sign in to comment.