Reworked on presenting a error message
This commit is contained in:
parent
7c8f818edb
commit
60e83ff60c
|
@ -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 );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue