Skip to content

Commit d647c14

Browse files
committed
Merge pull request #176 from oknoorap/patch-1
Update popup_url variable
2 parents 0658876 + 40130a2 commit d647c14

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)