git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56631
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- // Remove superfluous semicolon and space
- wxString rest;
- if ( text.EndsWith(wxS("; "), &rest) )
- text = rest;
-
if ( (unsigned int)i < m_children.size() )
if ( (unsigned int)i < m_children.size() )
+ {
+ if ( !text.EndsWith(wxS("; ")) )
+ text += wxS("; ...");
+ else
+ text += wxS("...");
+ }
}
wxString wxPGProperty::ValueToString( wxVariant& WXUNUSED(value),
}
wxString wxPGProperty::ValueToString( wxVariant& WXUNUSED(value),