Borland still hates ternary ?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ec8bb9248e
commit
997c7e4616
1 changed files with 2 additions and 1 deletions
|
|
@ -195,7 +195,8 @@ void wxMessageOutputMessageBox::Output(const wxString& str)
|
|||
out.Replace(wxT("\t"), wxT(" "));
|
||||
#endif
|
||||
|
||||
wxString title = wxTheApp ? wxTheApp->GetAppDisplayName() : wxT("wxWidgets");
|
||||
wxString title = wxT("wxWidgets") ;
|
||||
if (wxTheApp) title = wxTheApp->GetAppDisplayName();
|
||||
|
||||
::wxMessageBox(out, title);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue