diff options
Diffstat (limited to 'src/wx/text_panel.cc')
| -rw-r--r-- | src/wx/text_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/text_panel.cc b/src/wx/text_panel.cc index c3a5706b0..4b6e900db 100644 --- a/src/wx/text_panel.cc +++ b/src/wx/text_panel.cc @@ -712,7 +712,7 @@ TextPanel::text_view_clicked () if (decoder) { _text_view.reset(this, _parent->film(), c.front(), c.front()->text_of_original_type(_original_type), decoder, _parent->film_viewer()); - _text_view->Show (); + _text_view->show(); } } |
