Minor UI adjustments

This commit is contained in:
obscuren
2014-06-12 10:06:02 +02:00
parent 1d300bbc10
commit e7a22af0e6
2 changed files with 40 additions and 11 deletions

View File

@ -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()