summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/player_information.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/player_information.cc b/src/wx/player_information.cc
index c2d6fa74c..9b8aafd18 100644
--- a/src/wx/player_information.cc
+++ b/src/wx/player_information.cc
@@ -125,9 +125,9 @@ PlayerInformation::triggered_update ()
if (!dcp) {
checked_set (_dcp[0], _("No DCP loaded."));
for (int r = 1; r < dcp_lines; ++r) {
- checked_set(_dcp[r], "");
+ checked_set(_dcp[r], wxString{});
}
- checked_set(_decode_resolution, "");
+ checked_set(_decode_resolution, wxString{});
_kdm_panel->Hide();
return;
}