From: Jean-Philippe Bruyère Date: Tue, 20 Feb 2018 16:31:07 +0000 (+0100) Subject: debug X-Git-Tag: v0.9.5-beta~157 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=3e31800d3fb8776422378c11e291f36e250d8d01;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) {