summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-25 05:41:12 -0500
committerJeff Carr <[email protected]>2021-10-25 05:41:12 -0500
commitc4012643faf61722e319e8126b0adc55bd67294d (patch)
tree689157c61abf7aa283421fb652c2760ef228a9f9 /gui.go
parentcbb777cb3dabee7fd7a9979bf4690a4ebf593666 (diff)
CLEAN: clean up labels
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.go b/gui.go
index b9a8d06..4174133 100644
--- a/gui.go
+++ b/gui.go
@@ -23,7 +23,7 @@ func init() {
Data.NodeSlice = make([]*Node, 0)
Config.counter = 0
- Config.prefix = "jwc"
+ Config.prefix = "wit"
Config.DebugNode = false
Config.DebugTabs = false
}