Tighten up ecea2e4279
This commit is contained in:
parent
ecea2e4279
commit
29b851dce1
|
@ -51,10 +51,9 @@ bool FindIncludeReferences = true;
|
|||
bool FindIncludeMarkers = true;
|
||||
|
||||
|
||||
DIALOG_FIND::DIALOG_FIND( PCB_BASE_FRAME* aFrame ) : DIALOG_FIND_BASE( aFrame )
|
||||
DIALOG_FIND::DIALOG_FIND( PCB_BASE_FRAME *aFrame ) :
|
||||
DIALOG_FIND_BASE( aFrame, wxID_ANY, _( "Find" ) )
|
||||
{
|
||||
SetTitle( _( "Find" ) );
|
||||
|
||||
m_frame = aFrame;
|
||||
GetSizer()->SetSizeHints( this );
|
||||
|
||||
|
|
Loading…
Reference in New Issue