pcbnew: Add window title to "Find" dialog
This commit is contained in:
parent
e9205a0740
commit
ecea2e4279
|
@ -53,6 +53,8 @@ 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 )
|
||||||
{
|
{
|
||||||
|
SetTitle( _( "Find" ) );
|
||||||
|
|
||||||
m_frame = aFrame;
|
m_frame = aFrame;
|
||||||
GetSizer()->SetSizeHints( this );
|
GetSizer()->SetSizeHints( this );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue