Normand Briere
2019-05-05 f69d25e4682ca33edfc8cfad26187050f4eb558a
timeflow/views/DescriptionView.java
....@@ -14,7 +14,7 @@
1414 JTextArea content;
1515 JComponent controls;
1616
17
- public DescriptionView(TFModel model) {
17
+ public DescriptionView(TimeflowModel model) {
1818 super(model);
1919 setLayout(new BorderLayout());
2020 JPanel left=new Pad(5,5);