This commit is contained in:
charras 2008-11-11 09:28:59 +00:00
parent 1c75434438
commit 97cfebcb2d
4 changed files with 55 additions and 652 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -66,7 +66,7 @@ dialog_copper_zone_base::dialog_copper_zone_base( wxWindow* parent, wxWindowID i
m_ThermalShapesParamsSizer->Add( m_CopperBridgeWidthText, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
m_CopperWidthValue = new wxTextCtrl( this, wxID_COPPER_BRIDGE_VALUE, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
m_CopperWidthValue->SetToolTip( _("Define the tickness of copper in therma reliefs") );
m_CopperWidthValue->SetToolTip( _("Define the tickness of copper in thermal reliefs") );
m_ThermalShapesParamsSizer->Add( m_CopperWidthValue, 0, wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 );

View File

@ -415,7 +415,7 @@
<property name="size"></property>
<property name="style"></property>
<property name="subclass"></property>
<property name="tooltip">Define the tickness of copper in therma reliefs</property>
<property name="tooltip">Define the tickness of copper in thermal reliefs</property>
<property name="value"></property>
<property name="window_extra_style"></property>
<property name="window_name"></property>