Skip to content

Commit 40130a2

Browse files
committed
Update popup_url variable
Edit from "test:/test/PopupTest.html"; to "test://test/PopupTest.html";
1 parent 0658876 commit 40130a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CefSharp.Example/ExamplePresenter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static void Init()
2323
private const string scheme_url = "test://test/SchemeTest.html";
2424
private const string bind_url = "test://test/BindingTest.html";
2525
private const string tooltip_url = "test://test/TooltipTest.html";
26-
private const string popup_url = "test:/test/PopupTest.html";
26+
private const string popup_url = "test://test/PopupTest.html";
2727

2828
private int color_index = 0;
2929
private readonly string[] colors =

0 commit comments

Comments
 (0)