We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0658876 + 40130a2 commit d647c14Copy full SHA for d647c14
CefSharp.Example/ExamplePresenter.cs
@@ -23,7 +23,7 @@ public static void Init()
23
private const string scheme_url = "test://test/SchemeTest.html";
24
private const string bind_url = "test://test/BindingTest.html";
25
private const string tooltip_url = "test://test/TooltipTest.html";
26
- private const string popup_url = "test:/test/PopupTest.html";
+ private const string popup_url = "test://test/PopupTest.html";
27
28
private int color_index = 0;
29
private readonly string[] colors =
0 commit comments