Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OpenCPN/OpenCPN
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbcat committed Jun 22, 2024
2 parents 1f77532 + 212952e commit 6128957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui/src/initwiz/init_wiz.fbp
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@
<property name="gripper">0</property>
<property name="hidden">0</property>
<property name="id">wxID_ANY</property>
<property name="label">MyLabel</property>
<property name="label">Wind speed</property>
<property name="markup">0</property>
<property name="max_size"></property>
<property name="maximize_button">0</property>
Expand Down
2 changes: 1 addition & 1 deletion gui/src/initwiz/wiz_ui_proto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ FirstUseWiz::FirstUseWiz( wxWindow* parent, wxWindowID id, const wxString& title
m_cSpeed->SetSelection( 0 );
fgSizerUnits->Add( m_cSpeed, 0, wxALL, 5 );

m_stWind = new wxStaticText( sbSizerUnits->GetStaticBox(), wxID_ANY, _("MyLabel"), wxDefaultPosition, wxDefaultSize, 0 );
m_stWind = new wxStaticText( sbSizerUnits->GetStaticBox(), wxID_ANY, _("Wind speed"), wxDefaultPosition, wxDefaultSize, 0 );
m_stWind->Wrap( -1 );
fgSizerUnits->Add( m_stWind, 0, wxALL, 5 );

Expand Down

0 comments on commit 6128957

Please sign in to comment.