]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
config wizard - changing the name
authorPeter Secor <secorp@allmydata.com>
Wed, 27 Feb 2008 02:55:54 +0000 (19:55 -0700)
committerPeter Secor <secorp@allmydata.com>
Wed, 27 Feb 2008 02:55:54 +0000 (19:55 -0700)
src/allmydata/gui/confwiz.py

index afef7bb30e1daed9bc8170c67e34f0c3e5926cc7..75fac188233a908ce13a3779cbac8b8b3c6cbd5b 100644 (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())