summaryrefslogtreecommitdiff
path: root/src/wx/player_config_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/player_config_dialog.cc')
-rw-r--r--src/wx/player_config_dialog.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wx/player_config_dialog.cc b/src/wx/player_config_dialog.cc
index 00a74c659..4c3e2ca17 100644
--- a/src/wx/player_config_dialog.cc
+++ b/src/wx/player_config_dialog.cc
@@ -494,11 +494,11 @@ private:
void setup ()
{
vector<EditableListColumn> columns;
- columns.push_back(EditableListColumn(wx_to_std(_("Manufacturer ID"))));
- columns.push_back(EditableListColumn(wx_to_std(_("Product code"))));
- columns.push_back(EditableListColumn(wx_to_std(_("Serial"))));
- columns.push_back(EditableListColumn(wx_to_std(_("Manufacture week"))));
- columns.push_back(EditableListColumn(wx_to_std(_("Manufacture year"))));
+ columns.push_back(EditableListColumn(_("Manufacturer ID")));
+ columns.push_back(EditableListColumn(_("Product code")));
+ columns.push_back(EditableListColumn(_("Serial")));
+ columns.push_back(EditableListColumn(_("Manufacture week")));
+ columns.push_back(EditableListColumn(_("Manufacture year")));
_monitor_list = new EditableList<Monitor, MonitorDialog> (
_panel,
columns,