Reworked on presenting a error message

This commit is contained in:
Zane U. Ji 2014-05-20 21:45:51 +08:00
parent 7c8f818edb
commit 60e83ff60c
1 changed files with 1 additions and 1 deletions

View File

@ -6127,5 +6127,5 @@ void MyFrame::validatePaths()
<< _ ( "To change the application directory setting, click " << _ ( "To change the application directory setting, click "
"Edit menu -> Preferences... after XML Copy Editor starts up." ); "Edit menu -> Preferences... after XML Copy Editor starts up." );
#endif #endif
messagePane ( msg, CONST_STOP ); wxMessageBox ( msg, GetTitle(), wxOK | wxICON_ERROR, this );
} }