Improve naming for alternate pin fuction assignments.
This commit is contained in:
parent
94e86a69be
commit
e0b2202e77
|
@ -1,5 +1,5 @@
|
|||
///////////////////////////////////////////////////////////////////////////
|
||||
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b3)
|
||||
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
||||
// http://www.wxformbuilder.org/
|
||||
//
|
||||
// PLEASE DO *NOT* EDIT THIS FILE!
|
||||
|
@ -302,7 +302,7 @@ DIALOG_SYMBOL_PROPERTIES_BASE::DIALOG_SYMBOL_PROPERTIES_BASE( wxWindow* parent,
|
|||
m_pinTablePage->SetSizer( pinTableSizer );
|
||||
m_pinTablePage->Layout();
|
||||
pinTableSizer->Fit( m_pinTablePage );
|
||||
m_notebook1->AddPage( m_pinTablePage, _("Alternate Pin Assignments"), false );
|
||||
m_notebook1->AddPage( m_pinTablePage, _("Pin Functions"), false );
|
||||
|
||||
mainSizer->Add( m_notebook1, 1, wxEXPAND|wxALL, 10 );
|
||||
|
||||
|
|
|
@ -1877,7 +1877,7 @@
|
|||
</object>
|
||||
<object class="notebookpage" expanded="0">
|
||||
<property name="bitmap"></property>
|
||||
<property name="label">Alternate Pin Assignments</property>
|
||||
<property name="label">Pin Functions</property>
|
||||
<property name="select">0</property>
|
||||
<object class="wxPanel" expanded="0">
|
||||
<property name="BottomDockable">1</property>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
///////////////////////////////////////////////////////////////////////////
|
||||
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b3)
|
||||
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
||||
// http://www.wxformbuilder.org/
|
||||
//
|
||||
// PLEASE DO *NOT* EDIT THIS FILE!
|
||||
|
|
|
@ -323,5 +323,5 @@ void SCH_EDIT_FRAME::SetAltPinFunction( SCH_PIN* aPin, const wxString& aFunction
|
|||
else
|
||||
aPin->SetAlt( aFunction );
|
||||
|
||||
commit.Push( _( "Set Alternate Pin Function" ) );
|
||||
commit.Push( _( "Set Pin Function" ) );
|
||||
}
|
||||
|
|
|
@ -135,7 +135,7 @@ public:
|
|||
ACTION_MENU( true )
|
||||
{
|
||||
SetIcon( BITMAPS::component_select_unit );
|
||||
SetTitle( _( "Alternate Pin Functions" ) );
|
||||
SetTitle( _( "Pin Function" ) );
|
||||
}
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in New Issue