diff --git a/common/confirm.cpp b/common/confirm.cpp index 3916c22fc1..c7853d1c67 100644 --- a/common/confirm.cpp +++ b/common/confirm.cpp @@ -145,7 +145,7 @@ int Get_Message( const wxString& title, // The question if( buffer ) default_text = buffer; - message = wxGetTextFromUser( title, frame_title, + message = wxGetTextFromUser( title, frame_caption, default_text, frame ); if( !message.IsEmpty() ) {