projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
923c3e5
)
config wizard - changing the name
author
Peter Secor
<secorp@allmydata.com>
Wed, 27 Feb 2008 02:55:54 +0000
(19:55 -0700)
committer
Peter Secor
<secorp@allmydata.com>
Wed, 27 Feb 2008 02:55:54 +0000
(19:55 -0700)
src/allmydata/gui/confwiz.py
patch
|
blob
|
history
diff --git
a/src/allmydata/gui/confwiz.py
b/src/allmydata/gui/confwiz.py
index afef7bb30e1daed9bc8170c67e34f0c3e5926cc7..75fac188233a908ce13a3779cbac8b8b3c6cbd5b 100644
(file)
--- 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())