summaryrefslogtreecommitdiff
path: root/src/wx/text_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-10-20 21:24:28 +0100
committerCarl Hetherington <cth@carlh.net>2018-10-20 21:24:28 +0100
commit3c79703cf661285fca32a956f8c8a9cb185ea7fa (patch)
tree20e6e0f5b152b18e2d637ac2dfafd5888ca64b5a /src/wx/text_panel.cc
parenta1e52526e1d8252808228e0619968bfe2ee06be6 (diff)
Remove erroneous empty gettext translations.
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 9e4bfe6e9..350dddc0d 100644
--- a/src/wx/text_panel.cc
+++ b/src/wx/text_panel.cc
@@ -59,7 +59,7 @@ TextPanel::TextPanel (ContentPanel* p, TextType t)
}
_reference = new wxCheckBox (this, wxID_ANY, refer);
- _reference_note = new wxStaticText (this, wxID_ANY, _(""));
+ _reference_note = new wxStaticText (this, wxID_ANY, wxT(""));
_reference_note->Wrap (200);
wxFont font = _reference_note->GetFont();
font.SetStyle(wxFONTSTYLE_ITALIC);