exports.cpp
changeset 815 2881c4424190
parent 807 f9f7922989d8
child 818 25ee6b988b73
     1.1 --- a/exports.cpp	Thu Dec 03 22:32:24 2009 +0000
     1.2 +++ b/exports.cpp	Mon Dec 07 21:56:46 2009 +0000
     1.3 @@ -192,10 +192,11 @@
     1.4  						ts << "\n\n";
     1.5  						break;
     1.6  					case 4:	// That's the item we need to know
     1.7 -						ts << (curIndent + "* " + colString+" "+ cur->getHeading());
     1.8 +						//ts << (curIndent + "* " + colString+" "+ cur->getHeading());
     1.9 +						ts << colString+" "+ cur->getHeading();
    1.10  						if (cur->isActiveStandardFlag ("hook-green"))
    1.11  							ts << " [DONE] ";
    1.12 -						else	if (cur->isActiveStandardFlag ("clock"))
    1.13 +						else	if (cur->isActiveStandardFlag ("wip"))
    1.14  							ts << " [WIP] ";
    1.15  						else	if (cur->isActiveStandardFlag ("cross-red"))
    1.16  							ts << " [NOT STARTED] ";