From cf25b5647494b6a9cf809aa3feffa006cef03234 Mon Sep 17 00:00:00 2001
From: Peter Secor <secorp@allmydata.com>
Date: Tue, 26 Feb 2008 19:55:54 -0700
Subject: [PATCH] config wizard - changing the name

---
 src/allmydata/gui/confwiz.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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())
-- 
2.45.2