diff --git a/src/xmlcopyeditor.cpp b/src/xmlcopyeditor.cpp index 4c1b4f1..f59cc94 100644 --- a/src/xmlcopyeditor.cpp +++ b/src/xmlcopyeditor.cpp @@ -6127,5 +6127,5 @@ void MyFrame::validatePaths() << _ ( "To change the application directory setting, click " "Edit menu -> Preferences... after XML Copy Editor starts up." ); #endif - messagePane ( msg, CONST_STOP ); + wxMessageBox ( msg, GetTitle(), wxOK | wxICON_ERROR, this ); }