summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.go b/gui.go
index 9e7c253..ccefa00 100644
--- a/gui.go
+++ b/gui.go
@@ -21,6 +21,7 @@ func init() {
Data.NodeMap = make(map[string]*Node)
Config.counter = 0
+ Config.prefix = "jwc"
}
func GuiInit() {