From 60e83ff60c7f5137310d3a2dcccc4735c92a1992 Mon Sep 17 00:00:00 2001 From: "Zane U. Ji" Date: Tue, 20 May 2014 21:45:51 +0800 Subject: [PATCH] Reworked on presenting a error message --- src/xmlcopyeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); }