diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-04 01:02:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-04 01:02:16 +0100 |
| commit | 7fce30aad85f04276a7695b1daf8ffb9fdd267b5 (patch) | |
| tree | 0cd2ef7c85bcec1d86bc9b930f9e7d9ceb19abf3 /src/wx | |
| parent | e310b50c80eb218ea296483ddfac0859c9c5ab80 (diff) | |
Cleanup: rename PlainStart -> StringStart.
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/text_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/text_view.cc b/src/wx/text_view.cc index bde7b09e9..64760bc99 100644 --- a/src/wx/text_view.cc +++ b/src/wx/text_view.cc @@ -101,7 +101,7 @@ TextView::TextView ( /* Find the decoder that is being used for our TextContent and attach to it */ for (auto i: decoder->text) { if (i->content() == text) { - i->PlainStart.connect (bind (&TextView::data_start, this, _1)); + i->StringStart.connect(bind(&TextView::data_start, this, _1)); i->Stop.connect (bind (&TextView::data_stop, this, _1)); } } |
