|
@@ -214,7 +214,7 @@ public class Control {
|
|
|
|
|
|
private void autoSave() throws IOException {
|
|
|
autoSaveController.increaseAutoSaveNr();
|
|
|
- storeController.writeSaveFile(autoPath + autoSaveController.getAutoSaveNr());
|
|
|
+ storeController.writeCanvasFile(autoPath + autoSaveController.getAutoSaveNr());
|
|
|
}
|
|
|
|
|
|
public String getUndoSave() {
|