summaryrefslogtreecommitdiff
path: root/splash.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-30 08:52:28 -0700
committerJeff Carr <[email protected]>2019-05-30 08:52:28 -0700
commit5ad5afee4d9cc4b6abb527ded4ff321807af2f0f (patch)
tree9cac839bf13298571f6c499ada0505534b8fe3e0 /splash.go
parent64472bd95f494cf70f1a64f2bcb1269679063e92 (diff)
start fixing variable names
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'splash.go')
-rw-r--r--splash.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/splash.go b/splash.go
index 18796df..0c46251 100644
--- a/splash.go
+++ b/splash.go
@@ -11,7 +11,7 @@ import "runtime"
import "github.com/andlabs/ui"
import _ "github.com/andlabs/ui/winmanifest"
-func ShowSplashBox(wm *WindowMap, newText *ui.AttributedString) *ui.Box {
+func ShowSplashBox(wm *GuiWindow, newText *ui.AttributedString) *ui.Box {
log.Println("ShowSplashBox() START")
log.Println("ShowSplashBox() START wm =", wm)
if (wm == nil) {