<propertyname="choices">"Change module""Change same modules""Ch. same module+value""Change all"</property>
<propertyname="choices">"Change footprint""Change same footprint""Ch. same footprint+value""Change all"</property>
m_staticTextFilter->SetToolTip(_("A string to filter modules to edit.\nIf not void, footprint names should match this filter.\nA filter can be something like SM* (case insensitive)"));
m_staticTextFilter->SetToolTip(_("A string to filter footprints to edit.\nIf not void, footprint names should match this filter.\nA filter can be something like SM* (case insensitive)"));
<propertyname="tooltip">A string to filter modules to edit.
If not void, footprint names should match this filter.
A filter can be something like SM* (case insensitive)</property>
<propertyname="tooltip">A string to filter footprints to edit.
If not void, footprint names should match this filter.
A filter can be something like SM* (case insensitive)</property>
DIALOG_GRAPHIC_ITEMS_OPTIONS_BASE(wxWindow*parent,wxWindowIDid=wxID_ANY,constwxString&title=_("Texts and Drawings"),constwxPoint&pos=wxDefaultPosition,constwxSize&size=wxSize(459,315),longstyle=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
DIALOG_GRAPHIC_ITEMS_OPTIONS_BASE(wxWindow*parent,wxWindowIDid=wxID_ANY,constwxString&title=_("Texts and Drawings"),constwxPoint&pos=wxDefaultPosition,constwxSize&size=wxSize(459,345),longstyle=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
m_Select_By_Timestamp->SetToolTip(_("Select how footprints are recognized:\nby their reference (U1, R3...) (normal setting)\nor their time stamp (special setting after a full schematic reannotation)"));
m_Select_By_Timestamp->SetToolTip(_("Select how footprints are recognized:\nby their reference (U1, R3...) (normal setting)\nor their time stamp (special setting after a full schematic reannotation)"));
m_cmpNameSourceOpt=newwxRadioBox(this,wxID_ANY,_("Module Name Source"),wxDefaultPosition,wxDefaultSize,m_cmpNameSourceOptNChoices,m_cmpNameSourceOptChoices,1,wxRA_SPECIFY_COLS);
m_cmpNameSourceOpt=newwxRadioBox(this,wxID_ANY,_("Footprint Name Source"),wxDefaultPosition,wxDefaultSize,m_cmpNameSourceOptNChoices,m_cmpNameSourceOptChoices,1,wxRA_SPECIFY_COLS);
m_cmpNameSourceOpt->SetSelection(0);
m_cmpNameSourceOpt->SetSelection(0);
m_cmpNameSourceOpt->SetToolTip(_("Source of footprints names for component:\n- the netlist (if you have filled the footprint field of each component in schematic)\n- the .cmp file created by CvPcb"));
m_cmpNameSourceOpt->SetToolTip(_("Source of footprints names for component:\n- the netlist (if you have filled the footprint field of each component in schematic)\n- the .cmp file created by CvPcb"));