mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-22 02:16:42 +00:00
config wizard - changing the name
This commit is contained in:
parent
923c3e5fb5
commit
cf25b56474
@ -220,7 +220,7 @@ class LoginFrame(wx.Frame):
|
|||||||
|
|
||||||
class RegisterFrame(wx.Frame):
|
class RegisterFrame(wx.Frame):
|
||||||
def __init__(self, app):
|
def __init__(self, app):
|
||||||
title = 'Allmydata Tahoe Config Wizard'
|
title = 'Allmydata Config Wizard'
|
||||||
wx.Frame.__init__(self, None, -1, title)
|
wx.Frame.__init__(self, None, -1, title)
|
||||||
self.app = app
|
self.app = app
|
||||||
self.SetIcon(amdicon.getIcon())
|
self.SetIcon(amdicon.getIcon())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user