Commit b5f61f39 authored by Andrey Filippov's avatar Andrey Filippov

fixing strategies listing

parent f25142a1
...@@ -1982,7 +1982,7 @@ I* - special case when the subcamera is being adjusted/replaced. How to deal wit ...@@ -1982,7 +1982,7 @@ I* - special case when the subcamera is being adjusted/replaced. How to deal wit
} }
int [] choice_offsets = new int [this.parameterEnable.length]; int [] choice_offsets = new int [this.parameterEnable.length];
// //
String header="Strategy Number\t"; String header="Strategy #\tType";
StringBuffer sb = new StringBuffer(); StringBuffer sb = new StringBuffer();
for (int i=fromSer;i<toSer;i++) if (isSeriesValid(i)) header+="\t"+i; for (int i=fromSer;i<toSer;i++) if (isSeriesValid(i)) header+="\t"+i;
sb.append("Comment\t"); sb.append("Comment\t");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment