From: Peter Secor Date: Wed, 27 Feb 2008 02:55:54 +0000 (-0700) Subject: config wizard - changing the name X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=cf25b5647494b6a9cf809aa3feffa006cef03234;p=tahoe-lafs%2Ftahoe-lafs.git config wizard - changing the name --- diff --git a/src/allmydata/gui/confwiz.py b/src/allmydata/gui/confwiz.py index afef7bb3..75fac188 100644 --- a/src/allmydata/gui/confwiz.py +++ b/src/allmydata/gui/confwiz.py @@ -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())