From bccbfc19f393226d202064dd5f096d5fc231a456 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Tue, 20 Feb 2018 17:31:07 +0100 Subject: [PATCH] debug --- Tests/BasicTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/BasicTests.cs b/Tests/BasicTests.cs index 5e988c81..58131270 100644 --- a/Tests/BasicTests.cs +++ b/Tests/BasicTests.cs @@ -200,7 +200,7 @@ namespace Tests w.DataSource = this; return; } else if (e.Key == OpenTK.Input.Key.F5) { - GraphicObject w = Load ("Interfaces/Unsorted/testFileDialog.crow"); + GraphicObject w = Load ("Interfaces/Divers/testFileDialog.crow"); w.DataSource = this; return; }else if (e.Key == OpenTK.Input.Key.F6) { -- 2.47.3