Commit 0f54a076aaaf966d0dcf8ba201d13db26925950f
1 parent
efbab2e8
Exists in
master
Corrigindo erro de cut&paste
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/pw3270-sharp/pw3270-sharp.cs
@@ -453,7 +453,7 @@ namespace pw3270 { | @@ -453,7 +453,7 @@ namespace pw3270 { | ||
453 | 453 | ||
454 | public string Url { | 454 | public string Url { |
455 | set { | 455 | set { |
456 | - tn3270_set_charset(hSession,value); | 456 | + tn3270_set_url(hSession,value); |
457 | } | 457 | } |
458 | get { | 458 | get { |
459 | StringBuilder str = new StringBuilder(1025); | 459 | StringBuilder str = new StringBuilder(1025); |