Skip to content

Commit

Permalink
Update prefs, Fixed radar / test only
Browse files Browse the repository at this point in the history
  • Loading branch information
douwefokkema committed Nov 26, 2024
1 parent 82c9a33 commit ab348fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OptionsDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ OptionsDialog::OptionsDialog(wxWindow *parent, radar_pi *pi, PersistentSettings

// Fixed heading and position

wxStaticBox* FixedHeadingBox = new wxStaticBox(this, wxID_ANY, _("Fixed Radar"));
wxStaticBox* FixedHeadingBox = new wxStaticBox(this, wxID_ANY, _("Fixed radar / for testing"));
wxStaticBoxSizer* fixedHeadingSizer = new wxStaticBoxSizer(FixedHeadingBox, wxVERTICAL);

m_FixedHeading = new wxCheckBox(this, wxID_ANY, _("Fixed radar heading"), wxDefaultPosition, wxDefaultSize,
Expand Down

0 comments on commit ab348fc

Please sign in to comment.