aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ui/gui.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-06-12 16:06:02 +0800
committerobscuren <geffobscura@gmail.com>2014-06-12 16:06:02 +0800
commite7a22af0e633db4da3d81f1ad07126ea3b06f891 (patch)
tree155cf0cdc5835a499856cadd48bd5c182fa1145b /ethereal/ui/gui.go
parent1d300bbc108f9d404d2eb5cbc8990042c0129f04 (diff)
downloaddexon-e7a22af0e633db4da3d81f1ad07126ea3b06f891.tar
dexon-e7a22af0e633db4da3d81f1ad07126ea3b06f891.tar.gz
dexon-e7a22af0e633db4da3d81f1ad07126ea3b06f891.tar.bz2
dexon-e7a22af0e633db4da3d81f1ad07126ea3b06f891.tar.lz
dexon-e7a22af0e633db4da3d81f1ad07126ea3b06f891.tar.xz
dexon-e7a22af0e633db4da3d81f1ad07126ea3b06f891.tar.zst
dexon-e7a22af0e633db4da3d81f1ad07126ea3b06f891.zip
Minor UI adjustments
Diffstat (limited to 'ethereal/ui/gui.go')
-rw-r--r--ethereal/ui/gui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/ui/gui.go b/ethereal/ui/gui.go
index 2ba89ce22..23f53ef47 100644
--- a/ethereal/ui/gui.go
+++ b/ethereal/ui/gui.go
@@ -69,7 +69,7 @@ func (gui *Gui) Start(assetPath string) {
Init: func(p *ethpub.KeyVal, obj qml.Object) { p.Key = ""; p.Value = "" },
}})
- ethutil.Config.SetClientString(fmt.Sprintf("/Ethereal v%s", version))
+ ethutil.Config.SetClientString("Ethereal")
// Create a new QML engine
gui.engine = qml.NewEngine()