(confirm.cpp) Get_Message frame caption added
This commit is contained in:
parent
26af26619a
commit
0f636a9879
|
@ -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() )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue