This commit is contained in:
jean-pierre charras 2018-11-09 15:46:09 +01:00
parent 70e660dfe8
commit acfa13c038
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ PANEL_SETUP_LAYERS_BASE::PANEL_SETUP_LAYERS_BASE( wxWindow* parent, wxWindowID i
int m_FrontChoiceNChoices = sizeof( m_FrontChoiceChoices ) / sizeof( wxString );
m_FrontChoice = new wxChoice( m_LayersListPanel, ID_FRONTCHOICE, wxDefaultPosition, wxDefaultSize, m_FrontChoiceNChoices, m_FrontChoiceChoices, 0 );
m_FrontChoice->SetSelection( 0 );
m_FrontChoice->SetToolTip( _("Copper layer type for Freerouter and other external routers.\nPower plane layers are removed from Freerouter' layer menus.") );
m_FrontChoice->SetToolTip( _("Copper layer type for Freerouter and other external routers.\nPower plane layers are removed from Freerouter's layer menus.") );
m_LayerListFlexGridSizer->Add( m_FrontChoice, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 );

View File

@ -2864,7 +2864,7 @@
<property name="style"></property>
<property name="subclass"></property>
<property name="toolbar_pane">0</property>
<property name="tooltip">Copper layer type for Freerouter and other external routers.&#x0A;Power plane layers are removed from Freerouter&apos; layer menus.</property>
<property name="tooltip">Copper layer type for Freerouter and other external routers.&#x0A;Power plane layers are removed from Freerouter&apos;s layer menus.</property>
<property name="validator_data_type"></property>
<property name="validator_style">wxFILTER_NONE</property>
<property name="validator_type">wxDefaultValidator</property>