From 10e13423db08e282a1f41c2f38f348d630cfca96 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 27 Oct 2021 11:18:22 -0500 Subject: REFACTOR: still trying to clean this up Signed-off-by: Jeff Carr --- gui-example/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui-example/main.go') diff --git a/gui-example/main.go b/gui-example/main.go index e1caa6e..2b8cc39 100644 --- a/gui-example/main.go +++ b/gui-example/main.go @@ -29,7 +29,7 @@ func initGUI() { node := gui.NewWindow() node.AddDemoTab("A Simple Tab Demo") - node.AddAndlabsUiDemoTab("A Simple andlabs/ui Tab Demo") + node.AddDemoAndlabsUiTab("A Simple andlabs/ui Tab Demo") } // This demonstrates how to properly interact with the GUI -- cgit v1.2.3