Merge pull request #2326 from JosJuice/isoproperties-config-block

ISOProperties: Don't block when opening default INI in text editor
This commit is contained in:
Ryan Houdek
2015-05-25 23:42:26 -04:00
2 changed files with 18 additions and 11 deletions

View File

@ -188,7 +188,7 @@ private:
IDM_BNRSAVEAS
};
void LaunchExternalEditor(const std::string& filename);
void LaunchExternalEditor(const std::string& filename, bool wait_until_closed);
void CreateGUIControls();
void OnClose(wxCloseEvent& event);