Fix misleading tooltip.
This commit is contained in:
parent
0a2a3c9903
commit
1ac47c2ac6
|
@ -1,5 +1,5 @@
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
// C++ code generated with wxFormBuilder (version 3.9.0 Dec 30 2020)
|
// C++ code generated with wxFormBuilder (version Oct 26 2018)
|
||||||
// http://www.wxformbuilder.org/
|
// http://www.wxformbuilder.org/
|
||||||
//
|
//
|
||||||
// PLEASE DO *NOT* EDIT THIS FILE!
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
||||||
|
@ -36,7 +36,7 @@ PANEL_EDIT_OPTIONS_BASE::PANEL_EDIT_OPTIONS_BASE( wxWindow* parent, wxWindowID i
|
||||||
bOptionsSizer->Add( 0, 6, 0, wxEXPAND, 5 );
|
bOptionsSizer->Add( 0, 6, 0, wxEXPAND, 5 );
|
||||||
|
|
||||||
m_segments45OnlyCtrl = new wxCheckBox( bOptionsSizer->GetStaticBox(), wxID_SEGMENTS45, _("L&imit graphic lines to H, V and 45 degrees"), wxDefaultPosition, wxDefaultSize, 0 );
|
m_segments45OnlyCtrl = new wxCheckBox( bOptionsSizer->GetStaticBox(), wxID_SEGMENTS45, _("L&imit graphic lines to H, V and 45 degrees"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||||
m_segments45OnlyCtrl->SetToolTip( _("Force line segment directions to H, V or 45 degrees when drawing on technical layers.") );
|
m_segments45OnlyCtrl->SetToolTip( _("When drawing graphic lines force to horizontal, vertical, or 45 degrees.") );
|
||||||
|
|
||||||
bOptionsSizer->Add( m_segments45OnlyCtrl, 0, wxALL, 5 );
|
bOptionsSizer->Add( m_segments45OnlyCtrl, 0, wxALL, 5 );
|
||||||
|
|
||||||
|
@ -46,10 +46,10 @@ PANEL_EDIT_OPTIONS_BASE::PANEL_EDIT_OPTIONS_BASE( wxWindow* parent, wxWindowID i
|
||||||
m_flipLeftRight = new wxCheckBox( bOptionsSizer->GetStaticBox(), wxID_ANY, _("Flip board items L/R (default is T/B)"), wxDefaultPosition, wxDefaultSize, 0 );
|
m_flipLeftRight = new wxCheckBox( bOptionsSizer->GetStaticBox(), wxID_ANY, _("Flip board items L/R (default is T/B)"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||||
bOptionsSizer->Add( m_flipLeftRight, 0, wxALL, 5 );
|
bOptionsSizer->Add( m_flipLeftRight, 0, wxALL, 5 );
|
||||||
|
|
||||||
m_addUnlockedPads = new wxCheckBox( bOptionsSizer->GetStaticBox(), wxID_ANY, _("Add footprints with pads unlocked"), wxDefaultPosition, wxDefaultSize, 0 );
|
m_addLockedPads = new wxCheckBox( bOptionsSizer->GetStaticBox(), wxID_ANY, _("Add footprints with pads unlocked"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||||
m_addUnlockedPads->SetToolTip( _("If checked, when a footprint is added to the board, the pads will be freely moveable.") );
|
m_addLockedPads->SetToolTip( _("If checked, when a footprint is added to the board, the pads will be freely moveable.") );
|
||||||
|
|
||||||
bOptionsSizer->Add( m_addUnlockedPads, 0, wxALL, 5 );
|
bOptionsSizer->Add( m_addLockedPads, 0, wxALL, 5 );
|
||||||
|
|
||||||
wxFlexGridSizer* fgSizer12;
|
wxFlexGridSizer* fgSizer12;
|
||||||
fgSizer12 = new wxFlexGridSizer( 0, 2, 0, 0 );
|
fgSizer12 = new wxFlexGridSizer( 0, 2, 0, 0 );
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
<property name="file">panel_edit_options_base</property>
|
<property name="file">panel_edit_options_base</property>
|
||||||
<property name="first_id">1000</property>
|
<property name="first_id">1000</property>
|
||||||
<property name="help_provider">none</property>
|
<property name="help_provider">none</property>
|
||||||
<property name="image_path_wrapper_function_name"></property>
|
|
||||||
<property name="indent_with_spaces"></property>
|
<property name="indent_with_spaces"></property>
|
||||||
<property name="internationalize">1</property>
|
<property name="internationalize">1</property>
|
||||||
<property name="name">PanelEditOptions</property>
|
<property name="name">PanelEditOptions</property>
|
||||||
|
@ -26,7 +25,6 @@
|
||||||
<property name="skip_php_events">1</property>
|
<property name="skip_php_events">1</property>
|
||||||
<property name="skip_python_events">1</property>
|
<property name="skip_python_events">1</property>
|
||||||
<property name="ui_table">UI</property>
|
<property name="ui_table">UI</property>
|
||||||
<property name="use_array_enum">0</property>
|
|
||||||
<property name="use_enum">1</property>
|
<property name="use_enum">1</property>
|
||||||
<property name="use_microsoft_bom">0</property>
|
<property name="use_microsoft_bom">0</property>
|
||||||
<object class="Panel" expanded="1">
|
<object class="Panel" expanded="1">
|
||||||
|
@ -288,7 +286,7 @@
|
||||||
<property name="style"></property>
|
<property name="style"></property>
|
||||||
<property name="subclass"></property>
|
<property name="subclass"></property>
|
||||||
<property name="toolbar_pane">0</property>
|
<property name="toolbar_pane">0</property>
|
||||||
<property name="tooltip">Force line segment directions to H, V or 45 degrees when drawing on technical layers.</property>
|
<property name="tooltip">When drawing graphic lines force to horizontal, vertical, or 45 degrees.</property>
|
||||||
<property name="validator_data_type"></property>
|
<property name="validator_data_type"></property>
|
||||||
<property name="validator_style">wxFILTER_NONE</property>
|
<property name="validator_style">wxFILTER_NONE</property>
|
||||||
<property name="validator_type">wxDefaultValidator</property>
|
<property name="validator_type">wxDefaultValidator</property>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
// C++ code generated with wxFormBuilder (version 3.9.0 Dec 30 2020)
|
// C++ code generated with wxFormBuilder (version Oct 26 2018)
|
||||||
// http://www.wxformbuilder.org/
|
// http://www.wxformbuilder.org/
|
||||||
//
|
//
|
||||||
// PLEASE DO *NOT* EDIT THIS FILE!
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
||||||
|
@ -45,7 +45,7 @@ class PANEL_EDIT_OPTIONS_BASE : public wxPanel
|
||||||
wxCheckBox* m_magneticGraphics;
|
wxCheckBox* m_magneticGraphics;
|
||||||
wxCheckBox* m_segments45OnlyCtrl;
|
wxCheckBox* m_segments45OnlyCtrl;
|
||||||
wxCheckBox* m_flipLeftRight;
|
wxCheckBox* m_flipLeftRight;
|
||||||
wxCheckBox* m_addUnlockedPads;
|
wxCheckBox* m_addLockedPads;
|
||||||
wxStaticText* m_staticTextRotationAngle;
|
wxStaticText* m_staticTextRotationAngle;
|
||||||
wxTextCtrl* m_rotationAngle;
|
wxTextCtrl* m_rotationAngle;
|
||||||
wxStaticBoxSizer* m_mouseCmdsWinLin;
|
wxStaticBoxSizer* m_mouseCmdsWinLin;
|
||||||
|
|
Loading…
Reference in New Issue