clean up Window Name

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-06-03 14:17:15 -07:00
parent 2233089565
commit c2238506de
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ func main() {
// make this the main loop in an attempt to figure out the crashes
// do not change this until the GUI is stable
gui.StartNewWindow(false, "SPLASH", showSplashBox)
gui.StartNewWindow(false, "Cloud Control Panel", showSplashBox)
}
//