- wxMessageBox(_T("This is a dynamic event handler which can be connected "
- "and disconnected during run-time."),
- _T("Dynamic Event Handler"), wxOK | wxICON_INFORMATION, this);
+ wxMessageBox
+ (
+ wxT("This is a dynamic event handler which can be connected ")
+ wxT("and disconnected at run-time."),
+ wxT("Dynamic Event Handler"), wxOK | wxICON_INFORMATION, this
+ );