diff options
author | obscuren <geffobscura@gmail.com> | 2014-09-26 19:47:47 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-09-26 19:47:47 +0800 |
commit | 41ae6f298e079a073282de001e6b1eaa51472638 (patch) | |
tree | 498105565b63558018ff284ebf31932dbf1cf0ef /mist/gui.go | |
parent | cf999c46220829a5b240e09f11e29748fe94ec35 (diff) | |
parent | 2b8eae9810d67136812a4e9e9a822db47cc45a54 (diff) | |
download | go-tangerine-41ae6f298e079a073282de001e6b1eaa51472638.tar go-tangerine-41ae6f298e079a073282de001e6b1eaa51472638.tar.gz go-tangerine-41ae6f298e079a073282de001e6b1eaa51472638.tar.bz2 go-tangerine-41ae6f298e079a073282de001e6b1eaa51472638.tar.lz go-tangerine-41ae6f298e079a073282de001e6b1eaa51472638.tar.xz go-tangerine-41ae6f298e079a073282de001e6b1eaa51472638.tar.zst go-tangerine-41ae6f298e079a073282de001e6b1eaa51472638.zip |
Merge branch 'release/0.6.7' into develop
Diffstat (limited to 'mist/gui.go')
-rw-r--r-- | mist/gui.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mist/gui.go b/mist/gui.go index 299a441c0..45ef66624 100644 --- a/mist/gui.go +++ b/mist/gui.go @@ -172,7 +172,7 @@ func (gui *Gui) Stop() { } func (gui *Gui) showWallet(context *qml.Context) (*qml.Window, error) { - component, err := gui.engine.LoadFile(gui.uiLib.AssetPath("qml/wallet.qml")) + component, err := gui.engine.LoadFile(gui.uiLib.AssetPath("qml/main.qml")) if err != nil { return nil, err } @@ -500,7 +500,7 @@ func (gui *Gui) setStatsPane() { runtime.ReadMemStats(&memStats) statsPane := gui.getObjectByName("statsPane") - statsPane.Set("text", fmt.Sprintf(`###### Mist 0.6.5 (%s) ####### + statsPane.Set("text", fmt.Sprintf(`###### Mist 0.6.7 (%s) ####### eth %d (p2p = %d) |