Skip to content

Commit

Permalink
twml_error: set restore flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 22, 2016
1 parent b0c485f commit 7a04c01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/dialogs/wml_error.cpp
Expand Up @@ -176,6 +176,8 @@ twml_error::twml_error(const std::string& summary,
, have_post_summary_(!post_summary.empty())
, report_()
{
set_restore(true);

const std::string& file_list_text = format_file_list(files);

report_ = summary;
Expand Down

0 comments on commit 7a04c01

Please sign in to comment.