diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/content_view.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/content_view.cc b/src/wx/content_view.cc index b7f05020b..f2117fc20 100644 --- a/src/wx/content_view.cc +++ b/src/wx/content_view.cc @@ -123,6 +123,7 @@ ContentView::update () error_dialog(this, std_to_wx(i->error_summary()) + ".\n", std_to_wx(i->error_details())); } else { add (i->content()); + _content.push_back (i->content()); } } } |
