Add comment.

This really seems like something that should be in lua.
This commit is contained in:
Jason Felds
2011-07-12 15:01:50 -04:00
parent e67324c5af
commit 5bec1e3e76
+1
View File
@@ -453,6 +453,7 @@ class OptionRowHandlerListSteps : public OptionRowHandlerList
if (STEPS_USE_CHART_NAME) if (STEPS_USE_CHART_NAME)
{ {
s = pSteps->GetChartName(); s = pSteps->GetChartName();
// TODO: find a way to make this use lua.
if (!(s == "" || s == "blank" || s == "Blank")) if (!(s == "" || s == "blank" || s == "Blank"))
{ {
goto nameGotten; goto nameGotten;