Changes between Version 1 and Version 2 of documentation/tutorials/DatagridTree

Show
Ignore:
Author:
robertc (IP: 203.96.63.172)
Timestamp:
04/01/08 10:37:34 (9 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/tutorials/DatagridTree

    v1 v2  
    205205else if (columns[i] == "type") 
    206206{ 
    207         rows.push_back("0"); 
     207        row.push_back("0"); 
    208208} 
    209209}}}