| 457 | |
| 458 | |
| 459 | void CsvApplication::setCsvPropertiesCB(Fl_Widget *, void *) { |
| 460 | CsvDefinition definition; |
| 461 | int winIndex = app.getTopWindow(); |
| 462 | definition = windows[winIndex].table->getDefinition(); |
| 463 | definition = setTypeByUser(definition, NULL, "Change Type"); |
| 464 | windows[winIndex].table->setDefinition(definition); |
| 465 | windows[winIndex].setTypeButton(definition); |
| 466 | } |
| 467 | |
| 468 | |
| 469 |
no test coverage detected