config wizard - changing the name

This commit is contained in:
Peter Secor 2008-02-26 19:55:54 -07:00
parent 923c3e5fb5
commit cf25b56474

View File

@ -220,7 +220,7 @@ class LoginFrame(wx.Frame):
class RegisterFrame(wx.Frame):
def __init__(self, app):
title = 'Allmydata Tahoe Config Wizard'
title = 'Allmydata Config Wizard'
wx.Frame.__init__(self, None, -1, title)
self.app = app
self.SetIcon(amdicon.getIcon())