Bug fix: When using the %Y variable placeholder in a worksheet template, the %Y variable content overwrite the whole string.

This commit is contained in:
jean-pierre charras 2016-06-13 21:02:10 +02:00
parent 1e7b0f83d9
commit c4b22b55a0
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ wxString WS_DRAW_ITEM_LIST::BuildFullText( const wxString& aTextbase )
break;
case 'Y':
msg = m_titleBlock->GetCompany();
msg += m_titleBlock->GetCompany();
break;
case 'T':