|
@@ -74,13 +74,13 @@ public class AnimationScenario : Scenario
|
|
|
}
|
|
|
|
|
|
var f = new FileInfo (
|
|
|
- Path.Combine (dir.FullName, "Scenarios\\AnimationScenario", "Spinning_globe_dark_small.gif")
|
|
|
+ Path.Combine (dir.FullName, "Scenarios/AnimationScenario", "Spinning_globe_dark_small.gif")
|
|
|
);
|
|
|
|
|
|
if (!f.Exists)
|
|
|
{
|
|
|
Debug.WriteLine ($"Could not find {f.FullName}");
|
|
|
- MessageBox.ErrorQuery ("Could not find gif", $"Could not find {f.FullName}", "Ok");
|
|
|
+ MessageBox.ErrorQuery ("Could not find gif", $"Could not find\n{f.FullName}", "Ok");
|
|
|
|
|
|
return;
|
|
|
}
|