diff options
| author | Jeff Carr <[email protected]> | 2019-05-30 08:52:28 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-30 08:52:28 -0700 |
| commit | 5ad5afee4d9cc4b6abb527ded4ff321807af2f0f (patch) | |
| tree | 9cac839bf13298571f6c499ada0505534b8fe3e0 /splash.go | |
| parent | 64472bd95f494cf70f1a64f2bcb1269679063e92 (diff) | |
start fixing variable names
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'splash.go')
| -rw-r--r-- | splash.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
