From: Jean-Philippe Bruyère Date: Tue, 20 Feb 2018 16:31:07 +0000 (+0100) Subject: debug X-Git-Tag: 0.7.0 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=bccbfc19f393226d202064dd5f096d5fc231a456;p=jp%2Fcrow.git debug --- 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) {