/////////////////////////////////////////////////////////////////////////////
-// Name: src/generic/fdrepgg.cpp
+// Name: src/generic/fdrepdlg.cpp
// Purpose: Find/Replace dialogs
// Author: Markus Greither and Vadim Zeitlin
// Modified by:
const wxString& title,
int style)
{
- parent = GetParentForModalDialog(parent);
+ parent = GetParentForModalDialog(parent, style);
if ( !wxDialog::Create(parent, wxID_ANY, title,
wxDefaultPosition, wxDefaultSize,
SetData(data);
wxCHECK_MSG( m_FindReplaceData, false,
- _T("can't create dialog without data") );
+ wxT("can't create dialog without data") );
bool isPda = (wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA);