TestScatter2: Changed label with newline processing

git-svn-id: svn://ultimatepp.org/upp/trunk@3930 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2011-09-29 20:49:45 +00:00
parent 661a63eefe
commit c5330cff8f

View file

@ -384,7 +384,7 @@ public:
{
s=Format("%Mon",fround(d));
if (!s.IsEmpty())
s << "\n/2011";
s << "\n2011";
}
void MyFormatDelta(String& s, int i, double d)
{