Fix tooltip in the edit library symbol properties dialog.
This commit is contained in:
parent
3b7fbad1b9
commit
3d1bebe9f8
|
@ -1,5 +1,5 @@
|
|||
///////////////////////////////////////////////////////////////////////////
|
||||
// C++ code generated with wxFormBuilder (version Mar 22 2017)
|
||||
// C++ code generated with wxFormBuilder (version Aug 29 2017)
|
||||
// http://www.wxformbuilder.org/
|
||||
//
|
||||
// PLEASE DO "NOT" EDIT THIS FILE!
|
||||
|
@ -34,7 +34,7 @@ DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB_BASE::DIALOG_EDIT_LIBENTRY_FIELDS_IN_LIB_BASE
|
|||
bSizer8->Add( moveUpButton, 0, wxALL, 5 );
|
||||
|
||||
moveDownButton = new wxBitmapButton( this, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxDefaultSize, wxBU_AUTODRAW );
|
||||
moveDownButton->SetToolTip( _("Move Move the selected optional fields down one position down") );
|
||||
moveDownButton->SetToolTip( _("Move the selected optional fields down one position") );
|
||||
|
||||
bSizer8->Add( moveDownButton, 0, wxALL, 5 );
|
||||
|
||||
|
|
|
@ -377,7 +377,7 @@
|
|||
<property name="style">wxBU_AUTODRAW</property>
|
||||
<property name="subclass"></property>
|
||||
<property name="toolbar_pane">0</property>
|
||||
<property name="tooltip">Move Move the selected optional fields down one position down</property>
|
||||
<property name="tooltip">Move the selected optional fields down one position</property>
|
||||
<property name="validator_data_type"></property>
|
||||
<property name="validator_style">wxFILTER_NONE</property>
|
||||
<property name="validator_type">wxDefaultValidator</property>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
///////////////////////////////////////////////////////////////////////////
|
||||
// C++ code generated with wxFormBuilder (version Mar 22 2017)
|
||||
// C++ code generated with wxFormBuilder (version Aug 29 2017)
|
||||
// http://www.wxformbuilder.org/
|
||||
//
|
||||
// PLEASE DO "NOT" EDIT THIS FILE!
|
||||
|
|
Loading…
Reference in New Issue