Renamed wallet to main

This commit is contained in:
obscuren 2014-09-26 13:38:40 +02:00
parent 7a5b279459
commit b2dc19155f
2 changed files with 1 additions and 1 deletions

View File

@ -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
}