summaryrefslogtreecommitdiff
path: root/src/wx/text_panel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/text_panel.cc')
-rw-r--r--src/wx/text_panel.cc2
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();
}
}