diff options
| author | Jeff Carr <[email protected]> | 2019-05-31 22:28:02 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-31 22:28:02 -0700 |
| commit | a9c1b9321e19d28a1b0b0368094a7d648837d763 (patch) | |
| tree | 0408473c9ae6f533e668fdeaf32cb4d890d3ec36 /addAccount.go | |
| parent | 05ac24551744e0bd03d1f6556582df4fe31c8c5b (diff) | |
v0.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'addAccount.go')
| -rw-r--r-- | addAccount.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addAccount.go b/addAccount.go index 18089e8..353951a 100644 --- a/addAccount.go +++ b/addAccount.go @@ -20,7 +20,7 @@ func AddEntry(box *GuiBox, name string) *GuiEntry { }) box.UiBox.Append(ue, false) - ge.E = ue + ge.UiEntry = ue box.EntryMap[name] = ge return ge @@ -69,7 +69,7 @@ func generateSubdomain(b *GuiButton) { } // subdomain.SetText("cust00013.wit.dev") - txt := SetText(b.Box, "SUBDOMAIN", "cust001.testing.com.customers.wpord.wit.com") + txt := SetText(b.Box, "SUBDOMAIN", "cust001.testing.com.customers.wprod.wit.com") log.Println("generateSubdomain subdomain = ", txt) log.Println("generateSubdomain END") } |
