mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
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:
parent
661a63eefe
commit
c5330cff8f
1 changed files with 497 additions and 497 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue