so Borland C++ 5 accepts compiling it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5188
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( btnLabelWasNext != hasNext )
{
// need to update
if ( btnLabelWasNext != hasNext )
{
// need to update
- m_btnNext->SetLabel(btnLabelWasNext ? _("&Finish") : _("&Next >"));
+ if (btnLabelWasNext)
+ m_btnNext->SetLabel(_("&Finish"));
+ else
+ m_btnNext->SetLabel(_("&Next >"));
}
// nothing to do: the label was already correct
}
// nothing to do: the label was already correct