Skip to content

Commit

Permalink
Guard Dialogue: "ARPA On" instead of "ARPA"
Browse files Browse the repository at this point in the history
  • Loading branch information
douwefokkema committed Jan 12, 2017
1 parent edb0bd0 commit 4ead890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/br24ControlsDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ void br24ControlsDialog::CreateControls() {
m_end_bearing->Connect(wxEVT_COMMAND_TEXT_UPDATED, wxCommandEventHandler(br24ControlsDialog::OnEnd_Bearing_Value), NULL, this);

// checkbox for ARPA
m_arpa_box = new wxCheckBox(this, wxID_ANY, _("ARPA "), wxDefaultPosition, wxDefaultSize,
m_arpa_box = new wxCheckBox(this, wxID_ANY, _("ARPA On "), wxDefaultPosition, wxDefaultSize,
wxALIGN_LEFT | wxST_NO_AUTORESIZE);
m_guard_sizer->Add(m_arpa_box, 0, wxALIGN_CENTER_HORIZONTAL | wxALL, 5);
m_arpa_box->Connect(wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler(br24ControlsDialog::OnARPAClick), NULL, this);
Expand Down

0 comments on commit 4ead890

Please sign in to comment.