Fix text formatting in event's note
This commit is contained in:
parent
63158ebe7d
commit
56b724e161
|
@ -202,7 +202,7 @@ void Event::createNotes( std::string ¬es )
|
|||
for ( StringSetMap::const_iterator mapIter = noteSetMap.begin(); mapIter != noteSetMap.end(); mapIter++ )
|
||||
{
|
||||
notes += mapIter->first;
|
||||
notes += ": ";
|
||||
notes += ":\n";
|
||||
const StringSet &stringSet = mapIter->second;
|
||||
for ( StringSet::const_iterator setIter = stringSet.begin(); setIter != stringSet.end(); setIter++ )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue